#BB9E1B
#BB9E1B
イエローグリーン系
カラーコード変換
| 形式 | 値 | |
|---|---|---|
| HEX | #BB9E1B | |
| RGB | rgb(187, 158, 27) | |
| RGBA | rgba(187, 158, 27, 1) | |
| HSL | hsl(49, 75%, 42%) | |
| HSV | hsv(49, 86%, 73%) | |
| CMYK | cmyk(0%, 16%, 86%, 27%) |
Aa
白背景
2.62:1不適合
Aa
黒背景
8.02:1AA適合
配色パレット提案
CSSグラデーションサンプル
ライト → ダーク
linear-gradient(135deg, #EAD36C, #BB9E1B, #4C400B)補色グラデーション
linear-gradient(135deg, #BB9E1B, #1B38BB)類似色グラデーション
linear-gradient(135deg, #BB4E1B, #BB9E1B, #89BB1B)ラジアルグロー
radial-gradient(circle, #BB9E1B, #4C400B)サンセット風
linear-gradient(to right, #BB9E1B, #89BB1B, #1B38BB)オーバーレイ
linear-gradient(180deg, #BB9E1BCC, #BB9E1B33)CSS使用例
背景色として使用
Hello, World!
background-color: #BB9E1B;テキスト色として使用
Color Text
color: #BB9E1B;ボーダー色として使用
ボーダー要素
border: 3px solid #BB9E1B;シャドウとして使用
Shadow
box-shadow: 0 8px 32px #BB9E1B66;