Shades of Pine Glade #BEBB7E
Tints of Pine Glade #BEBB7E
RGB
CMYK
RGB Variations
Color information
#BEBB7E (or 0xBEBB7E) is known color: Pine Glade. HEX triplet: BE, BB and 7E. RGB value is (190,187,126). Sum of RGB (Red+Green+Blue) = 190+187+126=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB7E is #414481. Grayscale: #B5B5B5. Windows color (decimal): -4277378 or 8305598. OLE color: 8305598.
HSL color Cylindrical-coordinate representation of color #BEBB7E: hue angle of 57.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEBB7E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 126 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.25 |
| HSL | 57.19º | 0.33% | 0.62% | - |
| HSV(B) | 57.19º | 0.34% | 0.75% | - |
| XYZ | 42.77 | 47.99 | 26.75 | - |
| YUV | 180.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 126 | 0 | 0.02 | 0.34 | 0.25 | 57.19 | 0.33 | 0.62 |
| Hex | BE | BB | 7E | 0 | 2 | 22 | 19 | 39 | 21 | 3E |
| Octal | 276 | 273 | 176 | 0 | 2 | 42 | 31 | 71 | 41 | 76 |
| Binary | 10111110 | 10111011 | 1111110 | 0 | 10 | 100010 | 11001 | 111001 | 100001 | 111110 |
Color Harmonies of #BEBB7E
Complementary color
Monochromatic Colors of #BEBB7E
Black with #BEBB7E
Text Example
Text Example
White with #BEBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB7E; }
p { color: rgb(190,187,126); }
H1.HeaderClassName
{
color: #BEBB7E;
}
.AnyTagClassName
{
color: #BEBB7E;
}
</style>
background-color css
<style>
a { background-color: #BEBB7E; }
a { background-color: rgb(190,187,126); }
div.DivClassName
{
background-color: #BEBB7E;
}
.BgClassName
{
background-color: #BEBB7E;
}
</style>
border-color css
<style>
span { border-color: #BEBB7E; }
span { border-color: rgb(190,187,126); }
td.TdClassName
{
border-color: #BEBB7E;
}
.TagClassName
{
border-color: #BEBB7E;
}
</style>