Shades of Wild Willow #BBBF65
Tints of Wild Willow #BBBF65
RGB
CMYK
RGB Variations
Color information
#BBBF65 (or 0xBBBF65) is known color: Wild Willow. HEX triplet: BB, BF and 65. RGB value is (187,191,101). Sum of RGB (Red+Green+Blue) = 187+191+101=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF65 is #44409A. Grayscale: #B3B3B3. Windows color (decimal): -4472987 or 6668219. OLE color: 6668219.
HSL color Cylindrical-coordinate representation of color #BBBF65: hue angle of 62.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBBF65 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 101 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.25 |
| HSL | 62.67º | 0.41% | 0.57% | - |
| HSV(B) | 62.67º | 0.47% | 0.75% | - |
| XYZ | 41.47 | 48.77 | 19.54 | - |
| YUV | 179.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 101 | 0.02 | 0 | 0.47 | 0.25 | 62.67 | 0.41 | 0.57 |
| Hex | BB | BF | 65 | 2 | 0 | 2F | 19 | 3F | 29 | 39 |
| Octal | 273 | 277 | 145 | 2 | 0 | 57 | 31 | 77 | 51 | 71 |
| Binary | 10111011 | 10111111 | 1100101 | 10 | 0 | 101111 | 11001 | 111111 | 101001 | 111001 |
Color Harmonies of #BBBF65
Complementary color
Monochromatic Colors of #BBBF65
Black with #BBBF65
Text Example
Text Example
White with #BBBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF65; }
p { color: rgb(187,191,101); }
H1.HeaderClassName
{
color: #BBBF65;
}
.AnyTagClassName
{
color: #BBBF65;
}
</style>
background-color css
<style>
a { background-color: #BBBF65; }
a { background-color: rgb(187,191,101); }
div.DivClassName
{
background-color: #BBBF65;
}
.BgClassName
{
background-color: #BBBF65;
}
</style>
border-color css
<style>
span { border-color: #BBBF65; }
span { border-color: rgb(187,191,101); }
td.TdClassName
{
border-color: #BBBF65;
}
.TagClassName
{
border-color: #BBBF65;
}
</style>