Shades of Pine Glade #B4B882
Tints of Pine Glade #B4B882
RGB
CMYK
RGB Variations
Color information
#B4B882 (or 0xB4B882) is known color: Pine Glade. HEX triplet: B4, B8 and 82. RGB value is (180,184,130). Sum of RGB (Red+Green+Blue) = 180+184+130=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B882 is #4B477D. Grayscale: #B0B0B0. Windows color (decimal): -4933502 or 8566964. OLE color: 8566964.
HSL color Cylindrical-coordinate representation of color #B4B882: hue angle of 64.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4B882 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 184 | 130 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.28 |
| HSL | 64.44º | 0.28% | 0.62% | - |
| HSV(B) | 64.44º | 0.29% | 0.72% | - |
| XYZ | 39.99 | 45.6 | 27.81 | - |
| YUV | 176.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 130 | 0.02 | 0 | 0.29 | 0.28 | 64.44 | 0.28 | 0.62 |
| Hex | B4 | B8 | 82 | 2 | 0 | 1D | 1C | 40 | 1C | 3E |
| Octal | 264 | 270 | 202 | 2 | 0 | 35 | 34 | 100 | 34 | 76 |
| Binary | 10110100 | 10111000 | 10000010 | 10 | 0 | 11101 | 11100 | 1000000 | 11100 | 111110 |
Color Harmonies of #B4B882
Complementary color
Monochromatic Colors of #B4B882
Black with #B4B882
Text Example
Text Example
White with #B4B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B882; }
p { color: rgb(180,184,130); }
H1.HeaderClassName
{
color: #B4B882;
}
.AnyTagClassName
{
color: #B4B882;
}
</style>
background-color css
<style>
a { background-color: #B4B882; }
a { background-color: rgb(180,184,130); }
div.DivClassName
{
background-color: #B4B882;
}
.BgClassName
{
background-color: #B4B882;
}
</style>
border-color css
<style>
span { border-color: #B4B882; }
span { border-color: rgb(180,184,130); }
td.TdClassName
{
border-color: #B4B882;
}
.TagClassName
{
border-color: #B4B882;
}
</style>