Shades of Pine Glade #BEBC85
Tints of Pine Glade #BEBC85
RGB
CMYK
RGB Variations
Color information
#BEBC85 (or 0xBEBC85) is known color: Pine Glade. HEX triplet: BE, BC and 85. RGB value is (190,188,133). Sum of RGB (Red+Green+Blue) = 190+188+133=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC85 is #41437A. Grayscale: #B6B6B6. Windows color (decimal): -4277115 or 8764606. OLE color: 8764606.
HSL color Cylindrical-coordinate representation of color #BEBC85: hue angle of 57.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEBC85 is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 133 | - |
| CMYK | 0 | 0.01 | 0.3 | 0.25 |
| HSL | 57.89º | 0.3% | 0.63% | - |
| HSV(B) | 57.89º | 0.3% | 0.75% | - |
| XYZ | 43.45 | 48.61 | 29.28 | - |
| YUV | 182.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 133 | 0 | 0.01 | 0.3 | 0.25 | 57.89 | 0.3 | 0.63 |
| Hex | BE | BC | 85 | 0 | 1 | 1E | 19 | 3A | 1E | 3F |
| Octal | 276 | 274 | 205 | 0 | 1 | 36 | 31 | 72 | 36 | 77 |
| Binary | 10111110 | 10111100 | 10000101 | 0 | 1 | 11110 | 11001 | 111010 | 11110 | 111111 |
Color Harmonies of #BEBC85
Complementary color
Monochromatic Colors of #BEBC85
Black with #BEBC85
Text Example
Text Example
White with #BEBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC85; }
p { color: rgb(190,188,133); }
H1.HeaderClassName
{
color: #BEBC85;
}
.AnyTagClassName
{
color: #BEBC85;
}
</style>
background-color css
<style>
a { background-color: #BEBC85; }
a { background-color: rgb(190,188,133); }
div.DivClassName
{
background-color: #BEBC85;
}
.BgClassName
{
background-color: #BEBC85;
}
</style>
border-color css
<style>
span { border-color: #BEBC85; }
span { border-color: rgb(190,188,133); }
td.TdClassName
{
border-color: #BEBC85;
}
.TagClassName
{
border-color: #BEBC85;
}
</style>