Shades of Pine Glade #BEB979
Tints of Pine Glade #BEB979
RGB
CMYK
RGB Variations
Color information
#BEB979 (or 0xBEB979) is known color: Pine Glade. HEX triplet: BE, B9 and 79. RGB value is (190,185,121). Sum of RGB (Red+Green+Blue) = 190+185+121=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB979 is #414686. Grayscale: #B3B3B3. Windows color (decimal): -4277895 or 7977406. OLE color: 7977406.
HSL color Cylindrical-coordinate representation of color #BEB979: hue angle of 55.65º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEB979 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 121 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.25 |
| HSL | 55.65º | 0.35% | 0.61% | - |
| HSV(B) | 55.65º | 0.36% | 0.75% | - |
| XYZ | 42.04 | 47.03 | 24.95 | - |
| YUV | 179.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 121 | 0 | 0.03 | 0.36 | 0.25 | 55.65 | 0.35 | 0.61 |
| Hex | BE | B9 | 79 | 0 | 3 | 24 | 19 | 38 | 23 | 3D |
| Octal | 276 | 271 | 171 | 0 | 3 | 44 | 31 | 70 | 43 | 75 |
| Binary | 10111110 | 10111001 | 1111001 | 0 | 11 | 100100 | 11001 | 111000 | 100011 | 111101 |
Color Harmonies of #BEB979
Complementary color
Monochromatic Colors of #BEB979
Black with #BEB979
Text Example
Text Example
White with #BEB979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB979; }
p { color: rgb(190,185,121); }
H1.HeaderClassName
{
color: #BEB979;
}
.AnyTagClassName
{
color: #BEB979;
}
</style>
background-color css
<style>
a { background-color: #BEB979; }
a { background-color: rgb(190,185,121); }
div.DivClassName
{
background-color: #BEB979;
}
.BgClassName
{
background-color: #BEB979;
}
</style>
border-color css
<style>
span { border-color: #BEB979; }
span { border-color: rgb(190,185,121); }
td.TdClassName
{
border-color: #BEB979;
}
.TagClassName
{
border-color: #BEB979;
}
</style>