Shades of Wild Willow #BFBF5E
Tints of Wild Willow #BFBF5E
RGB
CMYK
RGB Variations
Color information
#BFBF5E (or 0xBFBF5E) is known color: Wild Willow. HEX triplet: BF, BF and 5E. RGB value is (191,191,94). Sum of RGB (Red+Green+Blue) = 191+191+94=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF5E is #4040A1. Grayscale: #B4B4B4. Windows color (decimal): -4210850 or 6209471. OLE color: 6209471.
HSL color Cylindrical-coordinate representation of color #BFBF5E: hue angle of 60º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFBF5E is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 94 | - |
| CMYK | 0 | 0 | 0.51 | 0.25 |
| HSL | 60º | 0.43% | 0.56% | - |
| HSV(B) | 60º | 0.51% | 0.75% | - |
| XYZ | 42.14 | 49.15 | 17.85 | - |
| YUV | 179.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 94 | 0 | 0 | 0.51 | 0.25 | 60 | 0.43 | 0.56 |
| Hex | BF | BF | 5E | 0 | 0 | 33 | 19 | 3C | 2B | 38 |
| Octal | 277 | 277 | 136 | 0 | 0 | 63 | 31 | 74 | 53 | 70 |
| Binary | 10111111 | 10111111 | 1011110 | 0 | 0 | 110011 | 11001 | 111100 | 101011 | 111000 |
Color Harmonies of #BFBF5E
Complementary color
Monochromatic Colors of #BFBF5E
Black with #BFBF5E
Text Example
Text Example
White with #BFBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF5E; }
p { color: rgb(191,191,94); }
H1.HeaderClassName
{
color: #BFBF5E;
}
.AnyTagClassName
{
color: #BFBF5E;
}
</style>
background-color css
<style>
a { background-color: #BFBF5E; }
a { background-color: rgb(191,191,94); }
div.DivClassName
{
background-color: #BFBF5E;
}
.BgClassName
{
background-color: #BFBF5E;
}
</style>
border-color css
<style>
span { border-color: #BFBF5E; }
span { border-color: rgb(191,191,94); }
td.TdClassName
{
border-color: #BFBF5E;
}
.TagClassName
{
border-color: #BFBF5E;
}
</style>