Shades of Pine Glade #B4B581
Tints of Pine Glade #B4B581
RGB
CMYK
RGB Variations
Color information
#B4B581 (or 0xB4B581) is known color: Pine Glade. HEX triplet: B4, B5 and 81. RGB value is (180,181,129). Sum of RGB (Red+Green+Blue) = 180+181+129=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B581 is #4B4A7E. Grayscale: #AEAEAE. Windows color (decimal): -4934271 or 8500660. OLE color: 8500660.
HSL color Cylindrical-coordinate representation of color #B4B581: hue angle of 61.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4B581 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 129 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.29 |
| HSL | 61.15º | 0.26% | 0.61% | - |
| HSV(B) | 61.15º | 0.29% | 0.71% | - |
| XYZ | 39.31 | 44.34 | 27.25 | - |
| YUV | 174.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 129 | 0.01 | 0 | 0.29 | 0.29 | 61.15 | 0.26 | 0.61 |
| Hex | B4 | B5 | 81 | 1 | 0 | 1D | 1D | 3D | 1A | 3D |
| Octal | 264 | 265 | 201 | 1 | 0 | 35 | 35 | 75 | 32 | 75 |
| Binary | 10110100 | 10110101 | 10000001 | 1 | 0 | 11101 | 11101 | 111101 | 11010 | 111101 |
Color Harmonies of #B4B581
Complementary color
Monochromatic Colors of #B4B581
Black with #B4B581
Text Example
Text Example
White with #B4B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B581; }
p { color: rgb(180,181,129); }
H1.HeaderClassName
{
color: #B4B581;
}
.AnyTagClassName
{
color: #B4B581;
}
</style>
background-color css
<style>
a { background-color: #B4B581; }
a { background-color: rgb(180,181,129); }
div.DivClassName
{
background-color: #B4B581;
}
.BgClassName
{
background-color: #B4B581;
}
</style>
border-color css
<style>
span { border-color: #B4B581; }
span { border-color: rgb(180,181,129); }
td.TdClassName
{
border-color: #B4B581;
}
.TagClassName
{
border-color: #B4B581;
}
</style>