Shades of Pine Glade #B4B873
Tints of Pine Glade #B4B873
RGB
CMYK
RGB Variations
Color information
#B4B873 (or 0xB4B873) is known color: Pine Glade. HEX triplet: B4, B8 and 73. RGB value is (180,184,115). Sum of RGB (Red+Green+Blue) = 180+184+115=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B873 is #4B478C. Grayscale: #AFAFAF. Windows color (decimal): -4933517 or 7583924. OLE color: 7583924.
HSL color Cylindrical-coordinate representation of color #B4B873: hue angle of 63.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4B873 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 184 | 115 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.28 |
| HSL | 63.48º | 0.33% | 0.59% | - |
| HSV(B) | 63.48º | 0.38% | 0.72% | - |
| XYZ | 39.06 | 45.22 | 22.89 | - |
| YUV | 174.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 115 | 0.02 | 0 | 0.38 | 0.28 | 63.48 | 0.33 | 0.59 |
| Hex | B4 | B8 | 73 | 2 | 0 | 26 | 1C | 3F | 21 | 3B |
| Octal | 264 | 270 | 163 | 2 | 0 | 46 | 34 | 77 | 41 | 73 |
| Binary | 10110100 | 10111000 | 1110011 | 10 | 0 | 100110 | 11100 | 111111 | 100001 | 111011 |
Color Harmonies of #B4B873
Complementary color
Monochromatic Colors of #B4B873
Black with #B4B873
Text Example
Text Example
White with #B4B873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B873; }
p { color: rgb(180,184,115); }
H1.HeaderClassName
{
color: #B4B873;
}
.AnyTagClassName
{
color: #B4B873;
}
</style>
background-color css
<style>
a { background-color: #B4B873; }
a { background-color: rgb(180,184,115); }
div.DivClassName
{
background-color: #B4B873;
}
.BgClassName
{
background-color: #B4B873;
}
</style>
border-color css
<style>
span { border-color: #B4B873; }
span { border-color: rgb(180,184,115); }
td.TdClassName
{
border-color: #B4B873;
}
.TagClassName
{
border-color: #B4B873;
}
</style>