Shades of Wild Willow #BFCF65
Tints of Wild Willow #BFCF65
RGB
CMYK
RGB Variations
Color information
#BFCF65 (or 0xBFCF65) is known color: Wild Willow. HEX triplet: BF, CF and 65. RGB value is (191,207,101). Sum of RGB (Red+Green+Blue) = 191+207+101=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF65 is #40309A. Grayscale: #BEBEBE. Windows color (decimal): -4206747 or 6672319. OLE color: 6672319.
HSL color Cylindrical-coordinate representation of color #BFCF65: hue angle of 69.06º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFCF65 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 101 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.19 |
| HSL | 69.06º | 0.52% | 0.6% | - |
| HSV(B) | 69.06º | 0.51% | 0.81% | - |
| XYZ | 46.15 | 56.64 | 20.81 | - |
| YUV | 190.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 101 | 0.08 | 0 | 0.51 | 0.19 | 69.06 | 0.52 | 0.6 |
| Hex | BF | CF | 65 | 8 | 0 | 33 | 13 | 45 | 34 | 3C |
| Octal | 277 | 317 | 145 | 10 | 0 | 63 | 23 | 105 | 64 | 74 |
| Binary | 10111111 | 11001111 | 1100101 | 1000 | 0 | 110011 | 10011 | 1000101 | 110100 | 111100 |
Color Harmonies of #BFCF65
Complementary color
Monochromatic Colors of #BFCF65
Black with #BFCF65
Text Example
Text Example
White with #BFCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF65; }
p { color: rgb(191,207,101); }
H1.HeaderClassName
{
color: #BFCF65;
}
.AnyTagClassName
{
color: #BFCF65;
}
</style>
background-color css
<style>
a { background-color: #BFCF65; }
a { background-color: rgb(191,207,101); }
div.DivClassName
{
background-color: #BFCF65;
}
.BgClassName
{
background-color: #BFCF65;
}
</style>
border-color css
<style>
span { border-color: #BFCF65; }
span { border-color: rgb(191,207,101); }
td.TdClassName
{
border-color: #BFCF65;
}
.TagClassName
{
border-color: #BFCF65;
}
</style>