Shades of Pine Glade #BEBA7C
Tints of Pine Glade #BEBA7C
RGB
CMYK
RGB Variations
Color information
#BEBA7C (or 0xBEBA7C) is known color: Pine Glade. HEX triplet: BE, BA and 7C. RGB value is (190,186,124). Sum of RGB (Red+Green+Blue) = 190+186+124=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA7C is #414583. Grayscale: #B4B4B4. Windows color (decimal): -4277636 or 8174270. OLE color: 8174270.
HSL color Cylindrical-coordinate representation of color #BEBA7C: hue angle of 56.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEBA7C is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 124 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.25 |
| HSL | 56.36º | 0.34% | 0.62% | - |
| HSV(B) | 56.36º | 0.35% | 0.75% | - |
| XYZ | 42.43 | 47.52 | 26 | - |
| YUV | 180.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 124 | 0 | 0.02 | 0.35 | 0.25 | 56.36 | 0.34 | 0.62 |
| Hex | BE | BA | 7C | 0 | 2 | 23 | 19 | 38 | 22 | 3E |
| Octal | 276 | 272 | 174 | 0 | 2 | 43 | 31 | 70 | 42 | 76 |
| Binary | 10111110 | 10111010 | 1111100 | 0 | 10 | 100011 | 11001 | 111000 | 100010 | 111110 |
Color Harmonies of #BEBA7C
Complementary color
Monochromatic Colors of #BEBA7C
Black with #BEBA7C
Text Example
Text Example
White with #BEBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA7C; }
p { color: rgb(190,186,124); }
H1.HeaderClassName
{
color: #BEBA7C;
}
.AnyTagClassName
{
color: #BEBA7C;
}
</style>
background-color css
<style>
a { background-color: #BEBA7C; }
a { background-color: rgb(190,186,124); }
div.DivClassName
{
background-color: #BEBA7C;
}
.BgClassName
{
background-color: #BEBA7C;
}
</style>
border-color css
<style>
span { border-color: #BEBA7C; }
span { border-color: rgb(190,186,124); }
td.TdClassName
{
border-color: #BEBA7C;
}
.TagClassName
{
border-color: #BEBA7C;
}
</style>