Shades of Wild Willow #BEC063
Tints of Wild Willow #BEC063
RGB
CMYK
RGB Variations
Color information
#BEC063 (or 0xBEC063) is known color: Wild Willow. HEX triplet: BE, C0 and 63. RGB value is (190,192,99). Sum of RGB (Red+Green+Blue) = 190+192+99=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC063 is #413F9C. Grayscale: #B5B5B5. Windows color (decimal): -4276125 or 6537406. OLE color: 6537406.
HSL color Cylindrical-coordinate representation of color #BEC063: hue angle of 61.29º 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 #BEC063 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 99 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.25 |
| HSL | 61.29º | 0.42% | 0.57% | - |
| HSV(B) | 61.29º | 0.48% | 0.75% | - |
| XYZ | 42.34 | 49.55 | 19.14 | - |
| YUV | 180.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 99 | 0.01 | 0 | 0.48 | 0.25 | 61.29 | 0.42 | 0.57 |
| Hex | BE | C0 | 63 | 1 | 0 | 30 | 19 | 3D | 2A | 39 |
| Octal | 276 | 300 | 143 | 1 | 0 | 60 | 31 | 75 | 52 | 71 |
| Binary | 10111110 | 11000000 | 1100011 | 1 | 0 | 110000 | 11001 | 111101 | 101010 | 111001 |
Color Harmonies of #BEC063
Complementary color
Monochromatic Colors of #BEC063
Black with #BEC063
Text Example
Text Example
White with #BEC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC063; }
p { color: rgb(190,192,99); }
H1.HeaderClassName
{
color: #BEC063;
}
.AnyTagClassName
{
color: #BEC063;
}
</style>
background-color css
<style>
a { background-color: #BEC063; }
a { background-color: rgb(190,192,99); }
div.DivClassName
{
background-color: #BEC063;
}
.BgClassName
{
background-color: #BEC063;
}
</style>
border-color css
<style>
span { border-color: #BEC063; }
span { border-color: rgb(190,192,99); }
td.TdClassName
{
border-color: #BEC063;
}
.TagClassName
{
border-color: #BEC063;
}
</style>