Shades of Wild Willow #BFCB65
Tints of Wild Willow #BFCB65
RGB
CMYK
RGB Variations
Color information
#BFCB65 (or 0xBFCB65) is known color: Wild Willow. HEX triplet: BF, CB and 65. RGB value is (191,203,101). Sum of RGB (Red+Green+Blue) = 191+203+101=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB65 is #40349A. Grayscale: #BCBCBC. Windows color (decimal): -4207771 or 6671295. OLE color: 6671295.
HSL color Cylindrical-coordinate representation of color #BFCB65: hue angle of 67.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFCB65 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 101 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.20 |
| HSL | 67.06º | 0.5% | 0.6% | - |
| HSV(B) | 67.06º | 0.5% | 0.8% | - |
| XYZ | 45.19 | 54.73 | 20.49 | - |
| YUV | 187.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 101 | 0.06 | 0 | 0.50 | 0.20 | 67.06 | 0.5 | 0.6 |
| Hex | BF | CB | 65 | 6 | 0 | 32 | 14 | 43 | 32 | 3C |
| Octal | 277 | 313 | 145 | 6 | 0 | 62 | 24 | 103 | 62 | 74 |
| Binary | 10111111 | 11001011 | 1100101 | 110 | 0 | 110010 | 10100 | 1000011 | 110010 | 111100 |
Color Harmonies of #BFCB65
Complementary color
Monochromatic Colors of #BFCB65
Black with #BFCB65
Text Example
Text Example
White with #BFCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB65; }
p { color: rgb(191,203,101); }
H1.HeaderClassName
{
color: #BFCB65;
}
.AnyTagClassName
{
color: #BFCB65;
}
</style>
background-color css
<style>
a { background-color: #BFCB65; }
a { background-color: rgb(191,203,101); }
div.DivClassName
{
background-color: #BFCB65;
}
.BgClassName
{
background-color: #BFCB65;
}
</style>
border-color css
<style>
span { border-color: #BFCB65; }
span { border-color: rgb(191,203,101); }
td.TdClassName
{
border-color: #BFCB65;
}
.TagClassName
{
border-color: #BFCB65;
}
</style>