Shades of Pine Glade #BEBA82
Tints of Pine Glade #BEBA82
RGB
CMYK
RGB Variations
Color information
#BEBA82 (or 0xBEBA82) is known color: Pine Glade. HEX triplet: BE, BA and 82. RGB value is (190,186,130). Sum of RGB (Red+Green+Blue) = 190+186+130=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA82 is #41457D. Grayscale: #B5B5B5. Windows color (decimal): -4277630 or 8567486. OLE color: 8567486.
HSL color Cylindrical-coordinate representation of color #BEBA82: hue angle of 56º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEBA82 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 130 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.25 |
| HSL | 56º | 0.32% | 0.63% | - |
| HSV(B) | 56º | 0.32% | 0.75% | - |
| XYZ | 42.82 | 47.68 | 28.06 | - |
| YUV | 180.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 130 | 0 | 0.02 | 0.32 | 0.25 | 56 | 0.32 | 0.63 |
| Hex | BE | BA | 82 | 0 | 2 | 20 | 19 | 38 | 20 | 3F |
| Octal | 276 | 272 | 202 | 0 | 2 | 40 | 31 | 70 | 40 | 77 |
| Binary | 10111110 | 10111010 | 10000010 | 0 | 10 | 100000 | 11001 | 111000 | 100000 | 111111 |
Color Harmonies of #BEBA82
Complementary color
Monochromatic Colors of #BEBA82
Black with #BEBA82
Text Example
Text Example
White with #BEBA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA82; }
p { color: rgb(190,186,130); }
H1.HeaderClassName
{
color: #BEBA82;
}
.AnyTagClassName
{
color: #BEBA82;
}
</style>
background-color css
<style>
a { background-color: #BEBA82; }
a { background-color: rgb(190,186,130); }
div.DivClassName
{
background-color: #BEBA82;
}
.BgClassName
{
background-color: #BEBA82;
}
</style>
border-color css
<style>
span { border-color: #BEBA82; }
span { border-color: rgb(190,186,130); }
td.TdClassName
{
border-color: #BEBA82;
}
.TagClassName
{
border-color: #BEBA82;
}
</style>