Shades of Pine Glade #BEBC81
Tints of Pine Glade #BEBC81
RGB
CMYK
RGB Variations
Color information
#BEBC81 (or 0xBEBC81) is known color: Pine Glade. HEX triplet: BE, BC and 81. RGB value is (190,188,129). Sum of RGB (Red+Green+Blue) = 190+188+129=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC81 is #41437E. Grayscale: #B6B6B6. Windows color (decimal): -4277119 or 8502462. OLE color: 8502462.
HSL color Cylindrical-coordinate representation of color #BEBC81: hue angle of 58.03º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEBC81 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 129 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.25 |
| HSL | 58.03º | 0.32% | 0.63% | - |
| HSV(B) | 58.03º | 0.32% | 0.75% | - |
| XYZ | 43.18 | 48.5 | 27.85 | - |
| YUV | 181.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 129 | 0 | 0.01 | 0.32 | 0.25 | 58.03 | 0.32 | 0.63 |
| Hex | BE | BC | 81 | 0 | 1 | 20 | 19 | 3A | 20 | 3F |
| Octal | 276 | 274 | 201 | 0 | 1 | 40 | 31 | 72 | 40 | 77 |
| Binary | 10111110 | 10111100 | 10000001 | 0 | 1 | 100000 | 11001 | 111010 | 100000 | 111111 |
Color Harmonies of #BEBC81
Complementary color
Monochromatic Colors of #BEBC81
Black with #BEBC81
Text Example
Text Example
White with #BEBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC81; }
p { color: rgb(190,188,129); }
H1.HeaderClassName
{
color: #BEBC81;
}
.AnyTagClassName
{
color: #BEBC81;
}
</style>
background-color css
<style>
a { background-color: #BEBC81; }
a { background-color: rgb(190,188,129); }
div.DivClassName
{
background-color: #BEBC81;
}
.BgClassName
{
background-color: #BEBC81;
}
</style>
border-color css
<style>
span { border-color: #BEBC81; }
span { border-color: rgb(190,188,129); }
td.TdClassName
{
border-color: #BEBC81;
}
.TagClassName
{
border-color: #BEBC81;
}
</style>