Shades of Wild Willow #BBC068
Tints of Wild Willow #BBC068
RGB
CMYK
RGB Variations
Color information
#BBC068 (or 0xBBC068) is known color: Wild Willow. HEX triplet: BB, C0 and 68. RGB value is (187,192,104). Sum of RGB (Red+Green+Blue) = 187+192+104=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC068 is #443F97. Grayscale: #B4B4B4. Windows color (decimal): -4472728 or 6865083. OLE color: 6865083.
HSL color Cylindrical-coordinate representation of color #BBC068: hue angle of 63.41º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBC068 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 104 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.25 |
| HSL | 63.41º | 0.41% | 0.58% | - |
| HSV(B) | 63.41º | 0.46% | 0.75% | - |
| XYZ | 41.84 | 49.26 | 20.4 | - |
| YUV | 180.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 104 | 0.03 | 0 | 0.46 | 0.25 | 63.41 | 0.41 | 0.58 |
| Hex | BB | C0 | 68 | 3 | 0 | 2E | 19 | 3F | 29 | 3A |
| Octal | 273 | 300 | 150 | 3 | 0 | 56 | 31 | 77 | 51 | 72 |
| Binary | 10111011 | 11000000 | 1101000 | 11 | 0 | 101110 | 11001 | 111111 | 101001 | 111010 |
Color Harmonies of #BBC068
Complementary color
Monochromatic Colors of #BBC068
Black with #BBC068
Text Example
Text Example
White with #BBC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC068; }
p { color: rgb(187,192,104); }
H1.HeaderClassName
{
color: #BBC068;
}
.AnyTagClassName
{
color: #BBC068;
}
</style>
background-color css
<style>
a { background-color: #BBC068; }
a { background-color: rgb(187,192,104); }
div.DivClassName
{
background-color: #BBC068;
}
.BgClassName
{
background-color: #BBC068;
}
</style>
border-color css
<style>
span { border-color: #BBC068; }
span { border-color: rgb(187,192,104); }
td.TdClassName
{
border-color: #BBC068;
}
.TagClassName
{
border-color: #BBC068;
}
</style>