Shades of Wild Willow #BFCF51
Tints of Wild Willow #BFCF51
RGB
CMYK
RGB Variations
Color information
#BFCF51 (or 0xBFCF51) is known color: Wild Willow. HEX triplet: BF, CF and 51. RGB value is (191,207,81). Sum of RGB (Red+Green+Blue) = 191+207+81=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF51 is #4030AE. Grayscale: #BCBCBC. Windows color (decimal): -4206767 or 5361599. OLE color: 5361599.
HSL color Cylindrical-coordinate representation of color #BFCF51: hue angle of 67.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFCF51 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 81 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.19 |
| HSL | 67.62º | 0.57% | 0.56% | - |
| HSV(B) | 67.62º | 0.61% | 0.81% | - |
| XYZ | 45.28 | 56.3 | 16.26 | - |
| YUV | 187.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 81 | 0.08 | 0 | 0.61 | 0.19 | 67.62 | 0.57 | 0.56 |
| Hex | BF | CF | 51 | 8 | 0 | 3D | 13 | 44 | 39 | 38 |
| Octal | 277 | 317 | 121 | 10 | 0 | 75 | 23 | 104 | 71 | 70 |
| Binary | 10111111 | 11001111 | 1010001 | 1000 | 0 | 111101 | 10011 | 1000100 | 111001 | 111000 |
Color Harmonies of #BFCF51
Complementary color
Monochromatic Colors of #BFCF51
Black with #BFCF51
Text Example
Text Example
White with #BFCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF51; }
p { color: rgb(191,207,81); }
H1.HeaderClassName
{
color: #BFCF51;
}
.AnyTagClassName
{
color: #BFCF51;
}
</style>
background-color css
<style>
a { background-color: #BFCF51; }
a { background-color: rgb(191,207,81); }
div.DivClassName
{
background-color: #BFCF51;
}
.BgClassName
{
background-color: #BFCF51;
}
</style>
border-color css
<style>
span { border-color: #BFCF51; }
span { border-color: rgb(191,207,81); }
td.TdClassName
{
border-color: #BFCF51;
}
.TagClassName
{
border-color: #BFCF51;
}
</style>