Shades of Pine Glade #BEBD87
Tints of Pine Glade #BEBD87
RGB
CMYK
RGB Variations
Color information
#BEBD87 (or 0xBEBD87) is known color: Pine Glade. HEX triplet: BE, BD and 87. RGB value is (190,189,135). Sum of RGB (Red+Green+Blue) = 190+189+135=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD87 is #414278. Grayscale: #B7B7B7. Windows color (decimal): -4276857 or 8895934. OLE color: 8895934.
HSL color Cylindrical-coordinate representation of color #BEBD87: hue angle of 58.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEBD87 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 135 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.25 |
| HSL | 58.91º | 0.3% | 0.64% | - |
| HSV(B) | 58.91º | 0.29% | 0.75% | - |
| XYZ | 43.81 | 49.09 | 30.09 | - |
| YUV | 183.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 135 | 0 | 0.01 | 0.29 | 0.25 | 58.91 | 0.3 | 0.64 |
| Hex | BE | BD | 87 | 0 | 1 | 1D | 19 | 3B | 1E | 40 |
| Octal | 276 | 275 | 207 | 0 | 1 | 35 | 31 | 73 | 36 | 100 |
| Binary | 10111110 | 10111101 | 10000111 | 0 | 1 | 11101 | 11001 | 111011 | 11110 | 1000000 |
Color Harmonies of #BEBD87
Complementary color
Monochromatic Colors of #BEBD87
Black with #BEBD87
Text Example
Text Example
White with #BEBD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD87; }
p { color: rgb(190,189,135); }
H1.HeaderClassName
{
color: #BEBD87;
}
.AnyTagClassName
{
color: #BEBD87;
}
</style>
background-color css
<style>
a { background-color: #BEBD87; }
a { background-color: rgb(190,189,135); }
div.DivClassName
{
background-color: #BEBD87;
}
.BgClassName
{
background-color: #BEBD87;
}
</style>
border-color css
<style>
span { border-color: #BEBD87; }
span { border-color: rgb(190,189,135); }
td.TdClassName
{
border-color: #BEBD87;
}
.TagClassName
{
border-color: #BEBD87;
}
</style>