Shades of Pine Glade #B5B785
Tints of Pine Glade #B5B785
RGB
CMYK
RGB Variations
Color information
#B5B785 (or 0xB5B785) is known color: Pine Glade. HEX triplet: B5, B7 and 85. RGB value is (181,183,133). Sum of RGB (Red+Green+Blue) = 181+183+133=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B785 is #4A487A. Grayscale: #B0B0B0. Windows color (decimal): -4868219 or 8763317. OLE color: 8763317.
HSL color Cylindrical-coordinate representation of color #B5B785: hue angle of 62.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5B785 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 133 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.28 |
| HSL | 62.4º | 0.26% | 0.62% | - |
| HSV(B) | 62.4º | 0.27% | 0.72% | - |
| XYZ | 40.22 | 45.38 | 28.83 | - |
| YUV | 176.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 133 | 0.01 | 0 | 0.27 | 0.28 | 62.4 | 0.26 | 0.62 |
| Hex | B5 | B7 | 85 | 1 | 0 | 1B | 1C | 3E | 1A | 3E |
| Octal | 265 | 267 | 205 | 1 | 0 | 33 | 34 | 76 | 32 | 76 |
| Binary | 10110101 | 10110111 | 10000101 | 1 | 0 | 11011 | 11100 | 111110 | 11010 | 111110 |
Color Harmonies of #B5B785
Complementary color
Monochromatic Colors of #B5B785
Black with #B5B785
Text Example
Text Example
White with #B5B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B785; }
p { color: rgb(181,183,133); }
H1.HeaderClassName
{
color: #B5B785;
}
.AnyTagClassName
{
color: #B5B785;
}
</style>
background-color css
<style>
a { background-color: #B5B785; }
a { background-color: rgb(181,183,133); }
div.DivClassName
{
background-color: #B5B785;
}
.BgClassName
{
background-color: #B5B785;
}
</style>
border-color css
<style>
span { border-color: #B5B785; }
span { border-color: rgb(181,183,133); }
td.TdClassName
{
border-color: #B5B785;
}
.TagClassName
{
border-color: #B5B785;
}
</style>