Shades of Pine Glade #BEBC80
Tints of Pine Glade #BEBC80
RGB
CMYK
RGB Variations
Color information
#BEBC80 (or 0xBEBC80) is known color: Pine Glade. HEX triplet: BE, BC and 80. RGB value is (190,188,128). Sum of RGB (Red+Green+Blue) = 190+188+128=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC80 is #41437F. Grayscale: #B6B6B6. Windows color (decimal): -4277120 or 8436926. OLE color: 8436926.
HSL color Cylindrical-coordinate representation of color #BEBC80: hue angle of 58.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEBC80 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 128 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.25 |
| HSL | 58.06º | 0.32% | 0.62% | - |
| HSV(B) | 58.06º | 0.33% | 0.75% | - |
| XYZ | 43.11 | 48.47 | 27.51 | - |
| YUV | 181.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 128 | 0 | 0.01 | 0.33 | 0.25 | 58.06 | 0.32 | 0.62 |
| Hex | BE | BC | 80 | 0 | 1 | 21 | 19 | 3A | 20 | 3E |
| Octal | 276 | 274 | 200 | 0 | 1 | 41 | 31 | 72 | 40 | 76 |
| Binary | 10111110 | 10111100 | 10000000 | 0 | 1 | 100001 | 11001 | 111010 | 100000 | 111110 |
Color Harmonies of #BEBC80
Complementary color
Monochromatic Colors of #BEBC80
Black with #BEBC80
Text Example
Text Example
White with #BEBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC80; }
p { color: rgb(190,188,128); }
H1.HeaderClassName
{
color: #BEBC80;
}
.AnyTagClassName
{
color: #BEBC80;
}
</style>
background-color css
<style>
a { background-color: #BEBC80; }
a { background-color: rgb(190,188,128); }
div.DivClassName
{
background-color: #BEBC80;
}
.BgClassName
{
background-color: #BEBC80;
}
</style>
border-color css
<style>
span { border-color: #BEBC80; }
span { border-color: rgb(190,188,128); }
td.TdClassName
{
border-color: #BEBC80;
}
.TagClassName
{
border-color: #BEBC80;
}
</style>