Shades of Pine Glade #B5B988
Tints of Pine Glade #B5B988
RGB
CMYK
RGB Variations
Color information
#B5B988 (or 0xB5B988) is known color: Pine Glade. HEX triplet: B5, B9 and 88. RGB value is (181,185,136). Sum of RGB (Red+Green+Blue) = 181+185+136=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B988 is #4A4677. Grayscale: #B2B2B2. Windows color (decimal): -4867704 or 8960437. OLE color: 8960437.
HSL color Cylindrical-coordinate representation of color #B5B988: hue angle of 64.9º 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 #B5B988 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 136 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.27 |
| HSL | 64.9º | 0.26% | 0.63% | - |
| HSV(B) | 64.9º | 0.26% | 0.73% | - |
| XYZ | 40.85 | 46.3 | 30.08 | - |
| YUV | 178.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 136 | 0.02 | 0 | 0.26 | 0.27 | 64.9 | 0.26 | 0.63 |
| Hex | B5 | B9 | 88 | 2 | 0 | 1A | 1B | 41 | 1A | 3F |
| Octal | 265 | 271 | 210 | 2 | 0 | 32 | 33 | 101 | 32 | 77 |
| Binary | 10110101 | 10111001 | 10001000 | 10 | 0 | 11010 | 11011 | 1000001 | 11010 | 111111 |
Color Harmonies of #B5B988
Complementary color
Monochromatic Colors of #B5B988
Black with #B5B988
Text Example
Text Example
White with #B5B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B988; }
p { color: rgb(181,185,136); }
H1.HeaderClassName
{
color: #B5B988;
}
.AnyTagClassName
{
color: #B5B988;
}
</style>
background-color css
<style>
a { background-color: #B5B988; }
a { background-color: rgb(181,185,136); }
div.DivClassName
{
background-color: #B5B988;
}
.BgClassName
{
background-color: #B5B988;
}
</style>
border-color css
<style>
span { border-color: #B5B988; }
span { border-color: rgb(181,185,136); }
td.TdClassName
{
border-color: #B5B988;
}
.TagClassName
{
border-color: #B5B988;
}
</style>