Shades of Pine Glade #B5B884
Tints of Pine Glade #B5B884
RGB
CMYK
RGB Variations
Color information
#B5B884 (or 0xB5B884) is known color: Pine Glade. HEX triplet: B5, B8 and 84. RGB value is (181,184,132). Sum of RGB (Red+Green+Blue) = 181+184+132=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B884 is #4A477B. Grayscale: #B1B1B1. Windows color (decimal): -4867964 or 8698037. OLE color: 8698037.
HSL color Cylindrical-coordinate representation of color #B5B884: hue angle of 63.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5B884 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 132 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.28 |
| HSL | 63.46º | 0.27% | 0.62% | - |
| HSV(B) | 63.46º | 0.28% | 0.72% | - |
| XYZ | 40.36 | 45.77 | 28.54 | - |
| YUV | 177.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 132 | 0.02 | 0 | 0.28 | 0.28 | 63.46 | 0.27 | 0.62 |
| Hex | B5 | B8 | 84 | 2 | 0 | 1C | 1C | 3F | 1B | 3E |
| Octal | 265 | 270 | 204 | 2 | 0 | 34 | 34 | 77 | 33 | 76 |
| Binary | 10110101 | 10111000 | 10000100 | 10 | 0 | 11100 | 11100 | 111111 | 11011 | 111110 |
Color Harmonies of #B5B884
Complementary color
Monochromatic Colors of #B5B884
Black with #B5B884
Text Example
Text Example
White with #B5B884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B884; }
p { color: rgb(181,184,132); }
H1.HeaderClassName
{
color: #B5B884;
}
.AnyTagClassName
{
color: #B5B884;
}
</style>
background-color css
<style>
a { background-color: #B5B884; }
a { background-color: rgb(181,184,132); }
div.DivClassName
{
background-color: #B5B884;
}
.BgClassName
{
background-color: #B5B884;
}
</style>
border-color css
<style>
span { border-color: #B5B884; }
span { border-color: rgb(181,184,132); }
td.TdClassName
{
border-color: #B5B884;
}
.TagClassName
{
border-color: #B5B884;
}
</style>