Shades of Pine Glade #B4B688
Tints of Pine Glade #B4B688
RGB
CMYK
RGB Variations
Color information
#B4B688 (or 0xB4B688) is known color: Pine Glade. HEX triplet: B4, B6 and 88. RGB value is (180,182,136). Sum of RGB (Red+Green+Blue) = 180+182+136=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B688 is #4B4977. Grayscale: #B0B0B0. Windows color (decimal): -4934008 or 8959668. OLE color: 8959668.
HSL color Cylindrical-coordinate representation of color #B4B688: hue angle of 62.61º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4B688 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 182 | 136 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.29 |
| HSL | 62.61º | 0.24% | 0.62% | - |
| HSV(B) | 62.61º | 0.25% | 0.71% | - |
| XYZ | 39.99 | 44.94 | 29.86 | - |
| YUV | 176.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 182 | 136 | 0.01 | 0 | 0.25 | 0.29 | 62.61 | 0.24 | 0.62 |
| Hex | B4 | B6 | 88 | 1 | 0 | 19 | 1D | 3F | 18 | 3E |
| Octal | 264 | 266 | 210 | 1 | 0 | 31 | 35 | 77 | 30 | 76 |
| Binary | 10110100 | 10110110 | 10001000 | 1 | 0 | 11001 | 11101 | 111111 | 11000 | 111110 |
Color Harmonies of #B4B688
Complementary color
Monochromatic Colors of #B4B688
Black with #B4B688
Text Example
Text Example
White with #B4B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B688; }
p { color: rgb(180,182,136); }
H1.HeaderClassName
{
color: #B4B688;
}
.AnyTagClassName
{
color: #B4B688;
}
</style>
background-color css
<style>
a { background-color: #B4B688; }
a { background-color: rgb(180,182,136); }
div.DivClassName
{
background-color: #B4B688;
}
.BgClassName
{
background-color: #B4B688;
}
</style>
border-color css
<style>
span { border-color: #B4B688; }
span { border-color: rgb(180,182,136); }
td.TdClassName
{
border-color: #B4B688;
}
.TagClassName
{
border-color: #B4B688;
}
</style>