Shades of Pine Glade #B8B781
Tints of Pine Glade #B8B781
RGB
CMYK
RGB Variations
Color information
#B8B781 (or 0xB8B781) is known color: Pine Glade. HEX triplet: B8, B7 and 81. RGB value is (184,183,129). Sum of RGB (Red+Green+Blue) = 184+183+129=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B781 is #47487E. Grayscale: #B1B1B1. Windows color (decimal): -4671615 or 8501176. OLE color: 8501176.
HSL color Cylindrical-coordinate representation of color #B8B781: hue angle of 58.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8B781 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 129 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.28 |
| HSL | 58.91º | 0.28% | 0.61% | - |
| HSV(B) | 58.91º | 0.3% | 0.72% | - |
| XYZ | 40.66 | 45.64 | 27.44 | - |
| YUV | 177.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 129 | 0 | 0.01 | 0.30 | 0.28 | 58.91 | 0.28 | 0.61 |
| Hex | B8 | B7 | 81 | 0 | 1 | 1E | 1C | 3B | 1C | 3D |
| Octal | 270 | 267 | 201 | 0 | 1 | 36 | 34 | 73 | 34 | 75 |
| Binary | 10111000 | 10110111 | 10000001 | 0 | 1 | 11110 | 11100 | 111011 | 11100 | 111101 |
Color Harmonies of #B8B781
Complementary color
Monochromatic Colors of #B8B781
Black with #B8B781
Text Example
Text Example
White with #B8B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B781; }
p { color: rgb(184,183,129); }
H1.HeaderClassName
{
color: #B8B781;
}
.AnyTagClassName
{
color: #B8B781;
}
</style>
background-color css
<style>
a { background-color: #B8B781; }
a { background-color: rgb(184,183,129); }
div.DivClassName
{
background-color: #B8B781;
}
.BgClassName
{
background-color: #B8B781;
}
</style>
border-color css
<style>
span { border-color: #B8B781; }
span { border-color: rgb(184,183,129); }
td.TdClassName
{
border-color: #B8B781;
}
.TagClassName
{
border-color: #B8B781;
}
</style>