Shades of Pine Glade #BEBB76
Tints of Pine Glade #BEBB76
RGB
CMYK
RGB Variations
Color information
#BEBB76 (or 0xBEBB76) is known color: Pine Glade. HEX triplet: BE, BB and 76. RGB value is (190,187,118). Sum of RGB (Red+Green+Blue) = 190+187+118=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB76 is #414489. Grayscale: #B4B4B4. Windows color (decimal): -4277386 or 7781310. OLE color: 7781310.
HSL color Cylindrical-coordinate representation of color #BEBB76: hue angle of 57.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEBB76 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 118 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.25 |
| HSL | 57.5º | 0.36% | 0.6% | - |
| HSV(B) | 57.5º | 0.38% | 0.75% | - |
| XYZ | 42.28 | 47.8 | 24.14 | - |
| YUV | 180.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 118 | 0 | 0.02 | 0.38 | 0.25 | 57.5 | 0.36 | 0.6 |
| Hex | BE | BB | 76 | 0 | 2 | 26 | 19 | 3A | 24 | 3C |
| Octal | 276 | 273 | 166 | 0 | 2 | 46 | 31 | 72 | 44 | 74 |
| Binary | 10111110 | 10111011 | 1110110 | 0 | 10 | 100110 | 11001 | 111010 | 100100 | 111100 |
Color Harmonies of #BEBB76
Complementary color
Monochromatic Colors of #BEBB76
Black with #BEBB76
Text Example
Text Example
White with #BEBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB76; }
p { color: rgb(190,187,118); }
H1.HeaderClassName
{
color: #BEBB76;
}
.AnyTagClassName
{
color: #BEBB76;
}
</style>
background-color css
<style>
a { background-color: #BEBB76; }
a { background-color: rgb(190,187,118); }
div.DivClassName
{
background-color: #BEBB76;
}
.BgClassName
{
background-color: #BEBB76;
}
</style>
border-color css
<style>
span { border-color: #BEBB76; }
span { border-color: rgb(190,187,118); }
td.TdClassName
{
border-color: #BEBB76;
}
.TagClassName
{
border-color: #BEBB76;
}
</style>