Shades of Wild Willow #BFCF70
Tints of Wild Willow #BFCF70
RGB
CMYK
RGB Variations
Color information
#BFCF70 (or 0xBFCF70) is known color: Wild Willow. HEX triplet: BF, CF and 70. RGB value is (191,207,112). Sum of RGB (Red+Green+Blue) = 191+207+112=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF70 is #40308F. Grayscale: #BFBFBF. Windows color (decimal): -4206736 or 7393215. OLE color: 7393215.
HSL color Cylindrical-coordinate representation of color #BFCF70: hue angle of 70.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFCF70 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 112 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.19 |
| HSL | 70.11º | 0.5% | 0.63% | - |
| HSV(B) | 70.11º | 0.46% | 0.81% | - |
| XYZ | 46.72 | 56.87 | 23.84 | - |
| YUV | 191.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 112 | 0.08 | 0 | 0.46 | 0.19 | 70.11 | 0.5 | 0.63 |
| Hex | BF | CF | 70 | 8 | 0 | 2E | 13 | 46 | 32 | 3F |
| Octal | 277 | 317 | 160 | 10 | 0 | 56 | 23 | 106 | 62 | 77 |
| Binary | 10111111 | 11001111 | 1110000 | 1000 | 0 | 101110 | 10011 | 1000110 | 110010 | 111111 |
Color Harmonies of #BFCF70
Complementary color
Monochromatic Colors of #BFCF70
Black with #BFCF70
Text Example
Text Example
White with #BFCF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF70; }
p { color: rgb(191,207,112); }
H1.HeaderClassName
{
color: #BFCF70;
}
.AnyTagClassName
{
color: #BFCF70;
}
</style>
background-color css
<style>
a { background-color: #BFCF70; }
a { background-color: rgb(191,207,112); }
div.DivClassName
{
background-color: #BFCF70;
}
.BgClassName
{
background-color: #BFCF70;
}
</style>
border-color css
<style>
span { border-color: #BFCF70; }
span { border-color: rgb(191,207,112); }
td.TdClassName
{
border-color: #BFCF70;
}
.TagClassName
{
border-color: #BFCF70;
}
</style>