Shades of Wild Willow #B4BD69
Tints of Wild Willow #B4BD69
RGB
CMYK
RGB Variations
Color information
#B4BD69 (or 0xB4BD69) is known color: Wild Willow. HEX triplet: B4, BD and 69. RGB value is (180,189,105). Sum of RGB (Red+Green+Blue) = 180+189+105=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD69 is #4B4296. Grayscale: #B1B1B1. Windows color (decimal): -4932247 or 6929844. OLE color: 6929844.
HSL color Cylindrical-coordinate representation of color #B4BD69: hue angle of 66.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4BD69 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 105 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.26 |
| HSL | 66.43º | 0.39% | 0.58% | - |
| HSV(B) | 66.43º | 0.44% | 0.74% | - |
| XYZ | 39.57 | 47.12 | 20.37 | - |
| YUV | 176.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 105 | 0.05 | 0 | 0.44 | 0.26 | 66.43 | 0.39 | 0.58 |
| Hex | B4 | BD | 69 | 5 | 0 | 2C | 1A | 42 | 27 | 3A |
| Octal | 264 | 275 | 151 | 5 | 0 | 54 | 32 | 102 | 47 | 72 |
| Binary | 10110100 | 10111101 | 1101001 | 101 | 0 | 101100 | 11010 | 1000010 | 100111 | 111010 |
Color Harmonies of #B4BD69
Complementary color
Monochromatic Colors of #B4BD69
Black with #B4BD69
Text Example
Text Example
White with #B4BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD69; }
p { color: rgb(180,189,105); }
H1.HeaderClassName
{
color: #B4BD69;
}
.AnyTagClassName
{
color: #B4BD69;
}
</style>
background-color css
<style>
a { background-color: #B4BD69; }
a { background-color: rgb(180,189,105); }
div.DivClassName
{
background-color: #B4BD69;
}
.BgClassName
{
background-color: #B4BD69;
}
</style>
border-color css
<style>
span { border-color: #B4BD69; }
span { border-color: rgb(180,189,105); }
td.TdClassName
{
border-color: #B4BD69;
}
.TagClassName
{
border-color: #B4BD69;
}
</style>