Shades of Pine Glade #B4B27C
Tints of Pine Glade #B4B27C
RGB
CMYK
RGB Variations
Color information
#B4B27C (or 0xB4B27C) is known color: Pine Glade. HEX triplet: B4, B2 and 7C. RGB value is (180,178,124). Sum of RGB (Red+Green+Blue) = 180+178+124=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B27C is #4B4D83. Grayscale: #ACACAC. Windows color (decimal): -4935044 or 8172212. OLE color: 8172212.
HSL color Cylindrical-coordinate representation of color #B4B27C: hue angle of 57.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4B27C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 124 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.29 |
| HSL | 57.86º | 0.27% | 0.6% | - |
| HSV(B) | 57.86º | 0.31% | 0.71% | - |
| XYZ | 38.38 | 43 | 25.35 | - |
| YUV | 172.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 124 | 0 | 0.01 | 0.31 | 0.29 | 57.86 | 0.27 | 0.6 |
| Hex | B4 | B2 | 7C | 0 | 1 | 1F | 1D | 3A | 1B | 3C |
| Octal | 264 | 262 | 174 | 0 | 1 | 37 | 35 | 72 | 33 | 74 |
| Binary | 10110100 | 10110010 | 1111100 | 0 | 1 | 11111 | 11101 | 111010 | 11011 | 111100 |
Color Harmonies of #B4B27C
Complementary color
Monochromatic Colors of #B4B27C
Black with #B4B27C
Text Example
Text Example
White with #B4B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B27C; }
p { color: rgb(180,178,124); }
H1.HeaderClassName
{
color: #B4B27C;
}
.AnyTagClassName
{
color: #B4B27C;
}
</style>
background-color css
<style>
a { background-color: #B4B27C; }
a { background-color: rgb(180,178,124); }
div.DivClassName
{
background-color: #B4B27C;
}
.BgClassName
{
background-color: #B4B27C;
}
</style>
border-color css
<style>
span { border-color: #B4B27C; }
span { border-color: rgb(180,178,124); }
td.TdClassName
{
border-color: #B4B27C;
}
.TagClassName
{
border-color: #B4B27C;
}
</style>