Shades of Wild Willow #B8C063
Tints of Wild Willow #B8C063
RGB
CMYK
RGB Variations
Color information
#B8C063 (or 0xB8C063) is known color: Wild Willow. HEX triplet: B8, C0 and 63. RGB value is (184,192,99). Sum of RGB (Red+Green+Blue) = 184+192+99=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C063 is #473F9C. Grayscale: #B3B3B3. Windows color (decimal): -4669341 or 6537400. OLE color: 6537400.
HSL color Cylindrical-coordinate representation of color #B8C063: hue angle of 65.16º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8C063 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 99 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.25 |
| HSL | 65.16º | 0.42% | 0.57% | - |
| HSV(B) | 65.16º | 0.48% | 0.75% | - |
| XYZ | 40.87 | 48.79 | 19.07 | - |
| YUV | 179.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 99 | 0.04 | 0 | 0.48 | 0.25 | 65.16 | 0.42 | 0.57 |
| Hex | B8 | C0 | 63 | 4 | 0 | 30 | 19 | 41 | 2A | 39 |
| Octal | 270 | 300 | 143 | 4 | 0 | 60 | 31 | 101 | 52 | 71 |
| Binary | 10111000 | 11000000 | 1100011 | 100 | 0 | 110000 | 11001 | 1000001 | 101010 | 111001 |
Color Harmonies of #B8C063
Complementary color
Monochromatic Colors of #B8C063
Black with #B8C063
Text Example
Text Example
White with #B8C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C063; }
p { color: rgb(184,192,99); }
H1.HeaderClassName
{
color: #B8C063;
}
.AnyTagClassName
{
color: #B8C063;
}
</style>
background-color css
<style>
a { background-color: #B8C063; }
a { background-color: rgb(184,192,99); }
div.DivClassName
{
background-color: #B8C063;
}
.BgClassName
{
background-color: #B8C063;
}
</style>
border-color css
<style>
span { border-color: #B8C063; }
span { border-color: rgb(184,192,99); }
td.TdClassName
{
border-color: #B8C063;
}
.TagClassName
{
border-color: #B8C063;
}
</style>