Shades of Pine Glade #B4B988
Tints of Pine Glade #B4B988
RGB
CMYK
RGB Variations
Color information
#B4B988 (or 0xB4B988) is known color: Pine Glade. HEX triplet: B4, B9 and 88. RGB value is (180,185,136). Sum of RGB (Red+Green+Blue) = 180+185+136=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B988 is #4B4677. Grayscale: #B2B2B2. Windows color (decimal): -4933240 or 8960436. OLE color: 8960436.
HSL color Cylindrical-coordinate representation of color #B4B988: hue angle of 66.12º 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 #B4B988 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 136 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.27 |
| HSL | 66.12º | 0.26% | 0.63% | - |
| HSV(B) | 66.12º | 0.26% | 0.73% | - |
| XYZ | 40.62 | 46.18 | 30.07 | - |
| YUV | 177.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 136 | 0.03 | 0 | 0.26 | 0.27 | 66.12 | 0.26 | 0.63 |
| Hex | B4 | B9 | 88 | 3 | 0 | 1A | 1B | 42 | 1A | 3F |
| Octal | 264 | 271 | 210 | 3 | 0 | 32 | 33 | 102 | 32 | 77 |
| Binary | 10110100 | 10111001 | 10001000 | 11 | 0 | 11010 | 11011 | 1000010 | 11010 | 111111 |
Color Harmonies of #B4B988
Complementary color
Monochromatic Colors of #B4B988
Black with #B4B988
Text Example
Text Example
White with #B4B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B988; }
p { color: rgb(180,185,136); }
H1.HeaderClassName
{
color: #B4B988;
}
.AnyTagClassName
{
color: #B4B988;
}
</style>
background-color css
<style>
a { background-color: #B4B988; }
a { background-color: rgb(180,185,136); }
div.DivClassName
{
background-color: #B4B988;
}
.BgClassName
{
background-color: #B4B988;
}
</style>
border-color css
<style>
span { border-color: #B4B988; }
span { border-color: rgb(180,185,136); }
td.TdClassName
{
border-color: #B4B988;
}
.TagClassName
{
border-color: #B4B988;
}
</style>