Shades of Wild Willow #BFBF5D
Tints of Wild Willow #BFBF5D
RGB
CMYK
RGB Variations
Color information
#BFBF5D (or 0xBFBF5D) is known color: Wild Willow. HEX triplet: BF, BF and 5D. RGB value is (191,191,93). Sum of RGB (Red+Green+Blue) = 191+191+93=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF5D is #4040A2. Grayscale: #B4B4B4. Windows color (decimal): -4210851 or 6143935. OLE color: 6143935.
HSL color Cylindrical-coordinate representation of color #BFBF5D: 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 #BFBF5D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 93 | - |
| CMYK | 0 | 0 | 0.51 | 0.25 |
| HSL | 60º | 0.43% | 0.56% | - |
| HSV(B) | 60º | 0.51% | 0.75% | - |
| XYZ | 42.09 | 49.13 | 17.62 | - |
| YUV | 179.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 93 | 0 | 0 | 0.51 | 0.25 | 60 | 0.43 | 0.56 |
| Hex | BF | BF | 5D | 0 | 0 | 33 | 19 | 3C | 2B | 38 |
| Octal | 277 | 277 | 135 | 0 | 0 | 63 | 31 | 74 | 53 | 70 |
| Binary | 10111111 | 10111111 | 1011101 | 0 | 0 | 110011 | 11001 | 111100 | 101011 | 111000 |
Color Harmonies of #BFBF5D
Complementary color
Monochromatic Colors of #BFBF5D
Black with #BFBF5D
Text Example
Text Example
White with #BFBF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF5D; }
p { color: rgb(191,191,93); }
H1.HeaderClassName
{
color: #BFBF5D;
}
.AnyTagClassName
{
color: #BFBF5D;
}
</style>
background-color css
<style>
a { background-color: #BFBF5D; }
a { background-color: rgb(191,191,93); }
div.DivClassName
{
background-color: #BFBF5D;
}
.BgClassName
{
background-color: #BFBF5D;
}
</style>
border-color css
<style>
span { border-color: #BFBF5D; }
span { border-color: rgb(191,191,93); }
td.TdClassName
{
border-color: #BFBF5D;
}
.TagClassName
{
border-color: #BFBF5D;
}
</style>