Shades of Wild Willow #BFCB68
Tints of Wild Willow #BFCB68
RGB
CMYK
RGB Variations
Color information
#BFCB68 (or 0xBFCB68) is known color: Wild Willow. HEX triplet: BF, CB and 68. RGB value is (191,203,104). Sum of RGB (Red+Green+Blue) = 191+203+104=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB68 is #403497. Grayscale: #BCBCBC. Windows color (decimal): -4207768 or 6867903. OLE color: 6867903.
HSL color Cylindrical-coordinate representation of color #BFCB68: hue angle of 67.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFCB68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 104 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.20 |
| HSL | 67.27º | 0.49% | 0.6% | - |
| HSV(B) | 67.27º | 0.49% | 0.8% | - |
| XYZ | 45.34 | 54.79 | 21.28 | - |
| YUV | 188.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 104 | 0.06 | 0 | 0.49 | 0.20 | 67.27 | 0.49 | 0.6 |
| Hex | BF | CB | 68 | 6 | 0 | 31 | 14 | 43 | 31 | 3C |
| Octal | 277 | 313 | 150 | 6 | 0 | 61 | 24 | 103 | 61 | 74 |
| Binary | 10111111 | 11001011 | 1101000 | 110 | 0 | 110001 | 10100 | 1000011 | 110001 | 111100 |
Color Harmonies of #BFCB68
Complementary color
Monochromatic Colors of #BFCB68
Black with #BFCB68
Text Example
Text Example
White with #BFCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB68; }
p { color: rgb(191,203,104); }
H1.HeaderClassName
{
color: #BFCB68;
}
.AnyTagClassName
{
color: #BFCB68;
}
</style>
background-color css
<style>
a { background-color: #BFCB68; }
a { background-color: rgb(191,203,104); }
div.DivClassName
{
background-color: #BFCB68;
}
.BgClassName
{
background-color: #BFCB68;
}
</style>
border-color css
<style>
span { border-color: #BFCB68; }
span { border-color: rgb(191,203,104); }
td.TdClassName
{
border-color: #BFCB68;
}
.TagClassName
{
border-color: #BFCB68;
}
</style>