Shades of Wild Willow #BECB6B
Tints of Wild Willow #BECB6B
RGB
CMYK
RGB Variations
Color information
#BECB6B (or 0xBECB6B) is known color: Wild Willow. HEX triplet: BE, CB and 6B. RGB value is (190,203,107). Sum of RGB (Red+Green+Blue) = 190+203+107=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB6B is #413494. Grayscale: #BCBCBC. Windows color (decimal): -4273301 or 7064510. OLE color: 7064510.
HSL color Cylindrical-coordinate representation of color #BECB6B: hue angle of 68.13º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BECB6B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 107 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.20 |
| HSL | 68.13º | 0.48% | 0.61% | - |
| HSV(B) | 68.13º | 0.47% | 0.8% | - |
| XYZ | 45.24 | 54.72 | 22.09 | - |
| YUV | 188.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 107 | 0.06 | 0 | 0.47 | 0.20 | 68.13 | 0.48 | 0.61 |
| Hex | BE | CB | 6B | 6 | 0 | 2F | 14 | 44 | 30 | 3D |
| Octal | 276 | 313 | 153 | 6 | 0 | 57 | 24 | 104 | 60 | 75 |
| Binary | 10111110 | 11001011 | 1101011 | 110 | 0 | 101111 | 10100 | 1000100 | 110000 | 111101 |
Color Harmonies of #BECB6B
Complementary color
Monochromatic Colors of #BECB6B
Black with #BECB6B
Text Example
Text Example
White with #BECB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB6B; }
p { color: rgb(190,203,107); }
H1.HeaderClassName
{
color: #BECB6B;
}
.AnyTagClassName
{
color: #BECB6B;
}
</style>
background-color css
<style>
a { background-color: #BECB6B; }
a { background-color: rgb(190,203,107); }
div.DivClassName
{
background-color: #BECB6B;
}
.BgClassName
{
background-color: #BECB6B;
}
</style>
border-color css
<style>
span { border-color: #BECB6B; }
span { border-color: rgb(190,203,107); }
td.TdClassName
{
border-color: #BECB6B;
}
.TagClassName
{
border-color: #BECB6B;
}
</style>