Shades of Wild Willow #BBC967
Tints of Wild Willow #BBC967
RGB
CMYK
RGB Variations
Color information
#BBC967 (or 0xBBC967) is known color: Wild Willow. HEX triplet: BB, C9 and 67. RGB value is (187,201,103). Sum of RGB (Red+Green+Blue) = 187+201+103=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC967 is #443698. Grayscale: #BABABA. Windows color (decimal): -4470425 or 6801851. OLE color: 6801851.
HSL color Cylindrical-coordinate representation of color #BBC967: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC967 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 103 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.21 |
| HSL | 68.57º | 0.48% | 0.6% | - |
| HSV(B) | 68.57º | 0.49% | 0.79% | - |
| XYZ | 43.83 | 53.32 | 20.81 | - |
| YUV | 185.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 103 | 0.07 | 0 | 0.49 | 0.21 | 68.57 | 0.48 | 0.6 |
| Hex | BB | C9 | 67 | 7 | 0 | 31 | 15 | 45 | 30 | 3C |
| Octal | 273 | 311 | 147 | 7 | 0 | 61 | 25 | 105 | 60 | 74 |
| Binary | 10111011 | 11001001 | 1100111 | 111 | 0 | 110001 | 10101 | 1000101 | 110000 | 111100 |
Color Harmonies of #BBC967
Complementary color
Monochromatic Colors of #BBC967
Black with #BBC967
Text Example
Text Example
White with #BBC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC967; }
p { color: rgb(187,201,103); }
H1.HeaderClassName
{
color: #BBC967;
}
.AnyTagClassName
{
color: #BBC967;
}
</style>
background-color css
<style>
a { background-color: #BBC967; }
a { background-color: rgb(187,201,103); }
div.DivClassName
{
background-color: #BBC967;
}
.BgClassName
{
background-color: #BBC967;
}
</style>
border-color css
<style>
span { border-color: #BBC967; }
span { border-color: rgb(187,201,103); }
td.TdClassName
{
border-color: #BBC967;
}
.TagClassName
{
border-color: #BBC967;
}
</style>