Shades of Pine Glade #B5B987
Tints of Pine Glade #B5B987
RGB
CMYK
RGB Variations
Color information
#B5B987 (or 0xB5B987) is known color: Pine Glade. HEX triplet: B5, B9 and 87. RGB value is (181,185,135). Sum of RGB (Red+Green+Blue) = 181+185+135=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B987 is #4A4678. Grayscale: #B2B2B2. Windows color (decimal): -4867705 or 8894901. OLE color: 8894901.
HSL color Cylindrical-coordinate representation of color #B5B987: hue angle of 64.8º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5B987 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 135 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.27 |
| HSL | 64.8º | 0.26% | 0.63% | - |
| HSV(B) | 64.8º | 0.27% | 0.73% | - |
| XYZ | 40.78 | 46.27 | 29.7 | - |
| YUV | 178.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 135 | 0.02 | 0 | 0.27 | 0.27 | 64.8 | 0.26 | 0.63 |
| Hex | B5 | B9 | 87 | 2 | 0 | 1B | 1B | 41 | 1A | 3F |
| Octal | 265 | 271 | 207 | 2 | 0 | 33 | 33 | 101 | 32 | 77 |
| Binary | 10110101 | 10111001 | 10000111 | 10 | 0 | 11011 | 11011 | 1000001 | 11010 | 111111 |
Color Harmonies of #B5B987
Complementary color
Monochromatic Colors of #B5B987
Black with #B5B987
Text Example
Text Example
White with #B5B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B987; }
p { color: rgb(181,185,135); }
H1.HeaderClassName
{
color: #B5B987;
}
.AnyTagClassName
{
color: #B5B987;
}
</style>
background-color css
<style>
a { background-color: #B5B987; }
a { background-color: rgb(181,185,135); }
div.DivClassName
{
background-color: #B5B987;
}
.BgClassName
{
background-color: #B5B987;
}
</style>
border-color css
<style>
span { border-color: #B5B987; }
span { border-color: rgb(181,185,135); }
td.TdClassName
{
border-color: #B5B987;
}
.TagClassName
{
border-color: #B5B987;
}
</style>