Shades of Wild Willow #BFCF64
Tints of Wild Willow #BFCF64
RGB
CMYK
RGB Variations
Color information
#BFCF64 (or 0xBFCF64) is known color: Wild Willow. HEX triplet: BF, CF and 64. RGB value is (191,207,100). Sum of RGB (Red+Green+Blue) = 191+207+100=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF64 is #40309B. Grayscale: #BEBEBE. Windows color (decimal): -4206748 or 6606783. OLE color: 6606783.
HSL color Cylindrical-coordinate representation of color #BFCF64: hue angle of 68.97º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFCF64 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 100 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.19 |
| HSL | 68.97º | 0.53% | 0.6% | - |
| HSV(B) | 68.97º | 0.52% | 0.81% | - |
| XYZ | 46.1 | 56.62 | 20.56 | - |
| YUV | 190.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 100 | 0.08 | 0 | 0.52 | 0.19 | 68.97 | 0.53 | 0.6 |
| Hex | BF | CF | 64 | 8 | 0 | 34 | 13 | 45 | 35 | 3C |
| Octal | 277 | 317 | 144 | 10 | 0 | 64 | 23 | 105 | 65 | 74 |
| Binary | 10111111 | 11001111 | 1100100 | 1000 | 0 | 110100 | 10011 | 1000101 | 110101 | 111100 |
Color Harmonies of #BFCF64
Complementary color
Monochromatic Colors of #BFCF64
Black with #BFCF64
Text Example
Text Example
White with #BFCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF64; }
p { color: rgb(191,207,100); }
H1.HeaderClassName
{
color: #BFCF64;
}
.AnyTagClassName
{
color: #BFCF64;
}
</style>
background-color css
<style>
a { background-color: #BFCF64; }
a { background-color: rgb(191,207,100); }
div.DivClassName
{
background-color: #BFCF64;
}
.BgClassName
{
background-color: #BFCF64;
}
</style>
border-color css
<style>
span { border-color: #BFCF64; }
span { border-color: rgb(191,207,100); }
td.TdClassName
{
border-color: #BFCF64;
}
.TagClassName
{
border-color: #BFCF64;
}
</style>