Shades of Pine Glade #B7B988
Tints of Pine Glade #B7B988
RGB
CMYK
RGB Variations
Color information
#B7B988 (or 0xB7B988) is known color: Pine Glade. HEX triplet: B7, B9 and 88. RGB value is (183,185,136). Sum of RGB (Red+Green+Blue) = 183+185+136=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B988 is #484677. Grayscale: #B3B3B3. Windows color (decimal): -4736632 or 8960439. OLE color: 8960439.
HSL color Cylindrical-coordinate representation of color #B7B988: hue angle of 62.45º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7B988 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 136 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.27 |
| HSL | 62.45º | 0.26% | 0.63% | - |
| HSV(B) | 62.45º | 0.26% | 0.73% | - |
| XYZ | 41.32 | 46.54 | 30.1 | - |
| YUV | 178.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 136 | 0.01 | 0 | 0.26 | 0.27 | 62.45 | 0.26 | 0.63 |
| Hex | B7 | B9 | 88 | 1 | 0 | 1A | 1B | 3E | 1A | 3F |
| Octal | 267 | 271 | 210 | 1 | 0 | 32 | 33 | 76 | 32 | 77 |
| Binary | 10110111 | 10111001 | 10001000 | 1 | 0 | 11010 | 11011 | 111110 | 11010 | 111111 |
Color Harmonies of #B7B988
Complementary color
Monochromatic Colors of #B7B988
Black with #B7B988
Text Example
Text Example
White with #B7B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B988; }
p { color: rgb(183,185,136); }
H1.HeaderClassName
{
color: #B7B988;
}
.AnyTagClassName
{
color: #B7B988;
}
</style>
background-color css
<style>
a { background-color: #B7B988; }
a { background-color: rgb(183,185,136); }
div.DivClassName
{
background-color: #B7B988;
}
.BgClassName
{
background-color: #B7B988;
}
</style>
border-color css
<style>
span { border-color: #B7B988; }
span { border-color: rgb(183,185,136); }
td.TdClassName
{
border-color: #B7B988;
}
.TagClassName
{
border-color: #B7B988;
}
</style>