Shades of Wild Willow #BFCB63
Tints of Wild Willow #BFCB63
RGB
CMYK
RGB Variations
Color information
#BFCB63 (or 0xBFCB63) is known color: Wild Willow. HEX triplet: BF, CB and 63. RGB value is (191,203,99). Sum of RGB (Red+Green+Blue) = 191+203+99=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB63 is #40349C. Grayscale: #BBBBBB. Windows color (decimal): -4207773 or 6540223. OLE color: 6540223.
HSL color Cylindrical-coordinate representation of color #BFCB63: hue angle of 66.92º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFCB63 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 99 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.20 |
| HSL | 66.92º | 0.5% | 0.59% | - |
| HSV(B) | 66.92º | 0.51% | 0.8% | - |
| XYZ | 45.09 | 54.69 | 19.98 | - |
| YUV | 187.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 99 | 0.06 | 0 | 0.51 | 0.20 | 66.92 | 0.5 | 0.59 |
| Hex | BF | CB | 63 | 6 | 0 | 33 | 14 | 43 | 32 | 3B |
| Octal | 277 | 313 | 143 | 6 | 0 | 63 | 24 | 103 | 62 | 73 |
| Binary | 10111111 | 11001011 | 1100011 | 110 | 0 | 110011 | 10100 | 1000011 | 110010 | 111011 |
Color Harmonies of #BFCB63
Complementary color
Monochromatic Colors of #BFCB63
Black with #BFCB63
Text Example
Text Example
White with #BFCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB63; }
p { color: rgb(191,203,99); }
H1.HeaderClassName
{
color: #BFCB63;
}
.AnyTagClassName
{
color: #BFCB63;
}
</style>
background-color css
<style>
a { background-color: #BFCB63; }
a { background-color: rgb(191,203,99); }
div.DivClassName
{
background-color: #BFCB63;
}
.BgClassName
{
background-color: #BFCB63;
}
</style>
border-color css
<style>
span { border-color: #BFCB63; }
span { border-color: rgb(191,203,99); }
td.TdClassName
{
border-color: #BFCB63;
}
.TagClassName
{
border-color: #BFCB63;
}
</style>