Shades of Pine Glade #B7B888
Tints of Pine Glade #B7B888
RGB
CMYK
RGB Variations
Color information
#B7B888 (or 0xB7B888) is known color: Pine Glade. HEX triplet: B7, B8 and 88. RGB value is (183,184,136). Sum of RGB (Red+Green+Blue) = 183+184+136=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B888 is #484777. Grayscale: #B2B2B2. Windows color (decimal): -4736888 or 8960183. OLE color: 8960183.
HSL color Cylindrical-coordinate representation of color #B7B888: hue angle of 61.25º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7B888 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 184 | 136 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.28 |
| HSL | 61.25º | 0.25% | 0.63% | - |
| HSV(B) | 61.25º | 0.26% | 0.72% | - |
| XYZ | 41.11 | 46.13 | 30.03 | - |
| YUV | 178.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 136 | 0.01 | 0 | 0.26 | 0.28 | 61.25 | 0.25 | 0.63 |
| Hex | B7 | B8 | 88 | 1 | 0 | 1A | 1C | 3D | 19 | 3F |
| Octal | 267 | 270 | 210 | 1 | 0 | 32 | 34 | 75 | 31 | 77 |
| Binary | 10110111 | 10111000 | 10001000 | 1 | 0 | 11010 | 11100 | 111101 | 11001 | 111111 |
Color Harmonies of #B7B888
Complementary color
Monochromatic Colors of #B7B888
Black with #B7B888
Text Example
Text Example
White with #B7B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B888; }
p { color: rgb(183,184,136); }
H1.HeaderClassName
{
color: #B7B888;
}
.AnyTagClassName
{
color: #B7B888;
}
</style>
background-color css
<style>
a { background-color: #B7B888; }
a { background-color: rgb(183,184,136); }
div.DivClassName
{
background-color: #B7B888;
}
.BgClassName
{
background-color: #B7B888;
}
</style>
border-color css
<style>
span { border-color: #B7B888; }
span { border-color: rgb(183,184,136); }
td.TdClassName
{
border-color: #B7B888;
}
.TagClassName
{
border-color: #B7B888;
}
</style>