Shades of Pine Glade #BEBA7F
Tints of Pine Glade #BEBA7F
RGB
CMYK
RGB Variations
Color information
#BEBA7F (or 0xBEBA7F) is known color: Pine Glade. HEX triplet: BE, BA and 7F. RGB value is (190,186,127). Sum of RGB (Red+Green+Blue) = 190+186+127=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA7F is #414580. Grayscale: #B4B4B4. Windows color (decimal): -4277633 or 8370878. OLE color: 8370878.
HSL color Cylindrical-coordinate representation of color #BEBA7F: hue angle of 56.19º degrees, saturation: 0.33, 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 #BEBA7F is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 127 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.25 |
| HSL | 56.19º | 0.33% | 0.62% | - |
| HSV(B) | 56.19º | 0.33% | 0.75% | - |
| XYZ | 42.62 | 47.6 | 27.02 | - |
| YUV | 180.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 127 | 0 | 0.02 | 0.33 | 0.25 | 56.19 | 0.33 | 0.62 |
| Hex | BE | BA | 7F | 0 | 2 | 21 | 19 | 38 | 21 | 3E |
| Octal | 276 | 272 | 177 | 0 | 2 | 41 | 31 | 70 | 41 | 76 |
| Binary | 10111110 | 10111010 | 1111111 | 0 | 10 | 100001 | 11001 | 111000 | 100001 | 111110 |
Color Harmonies of #BEBA7F
Complementary color
Monochromatic Colors of #BEBA7F
Black with #BEBA7F
Text Example
Text Example
White with #BEBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA7F; }
p { color: rgb(190,186,127); }
H1.HeaderClassName
{
color: #BEBA7F;
}
.AnyTagClassName
{
color: #BEBA7F;
}
</style>
background-color css
<style>
a { background-color: #BEBA7F; }
a { background-color: rgb(190,186,127); }
div.DivClassName
{
background-color: #BEBA7F;
}
.BgClassName
{
background-color: #BEBA7F;
}
</style>
border-color css
<style>
span { border-color: #BEBA7F; }
span { border-color: rgb(190,186,127); }
td.TdClassName
{
border-color: #BEBA7F;
}
.TagClassName
{
border-color: #BEBA7F;
}
</style>