Shades of Wild Willow #B4BF62
Tints of Wild Willow #B4BF62
RGB
CMYK
RGB Variations
Color information
#B4BF62 (or 0xB4BF62) is known color: Wild Willow. HEX triplet: B4, BF and 62. RGB value is (180,191,98). Sum of RGB (Red+Green+Blue) = 180+191+98=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF62 is #4B409D. Grayscale: #B1B1B1. Windows color (decimal): -4931742 or 6471604. OLE color: 6471604.
HSL color Cylindrical-coordinate representation of color #B4BF62: hue angle of 67.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4BF62 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 98 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.25 |
| HSL | 67.1º | 0.42% | 0.57% | - |
| HSV(B) | 67.1º | 0.49% | 0.75% | - |
| XYZ | 39.66 | 47.85 | 18.7 | - |
| YUV | 177.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 98 | 0.06 | 0 | 0.49 | 0.25 | 67.1 | 0.42 | 0.57 |
| Hex | B4 | BF | 62 | 6 | 0 | 31 | 19 | 43 | 2A | 39 |
| Octal | 264 | 277 | 142 | 6 | 0 | 61 | 31 | 103 | 52 | 71 |
| Binary | 10110100 | 10111111 | 1100010 | 110 | 0 | 110001 | 11001 | 1000011 | 101010 | 111001 |
Color Harmonies of #B4BF62
Complementary color
Monochromatic Colors of #B4BF62
Black with #B4BF62
Text Example
Text Example
White with #B4BF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BF62; }
p { color: rgb(180,191,98); }
H1.HeaderClassName
{
color: #B4BF62;
}
.AnyTagClassName
{
color: #B4BF62;
}
</style>
background-color css
<style>
a { background-color: #B4BF62; }
a { background-color: rgb(180,191,98); }
div.DivClassName
{
background-color: #B4BF62;
}
.BgClassName
{
background-color: #B4BF62;
}
</style>
border-color css
<style>
span { border-color: #B4BF62; }
span { border-color: rgb(180,191,98); }
td.TdClassName
{
border-color: #B4BF62;
}
.TagClassName
{
border-color: #B4BF62;
}
</style>