Shades of Pine Glade #B6B781
Tints of Pine Glade #B6B781
RGB
CMYK
RGB Variations
Color information
#B6B781 (or 0xB6B781) is known color: Pine Glade. HEX triplet: B6, B7 and 81. RGB value is (182,183,129). Sum of RGB (Red+Green+Blue) = 182+183+129=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B781 is #49487E. Grayscale: #B0B0B0. Windows color (decimal): -4802687 or 8501174. OLE color: 8501174.
HSL color Cylindrical-coordinate representation of color #B6B781: hue angle of 61.11º degrees, saturation: 0.27, 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 #B6B781 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 129 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.28 |
| HSL | 61.11º | 0.27% | 0.61% | - |
| HSV(B) | 61.11º | 0.3% | 0.72% | - |
| XYZ | 40.19 | 45.4 | 27.41 | - |
| YUV | 176.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 129 | 0.01 | 0 | 0.30 | 0.28 | 61.11 | 0.27 | 0.61 |
| Hex | B6 | B7 | 81 | 1 | 0 | 1E | 1C | 3D | 1B | 3D |
| Octal | 266 | 267 | 201 | 1 | 0 | 36 | 34 | 75 | 33 | 75 |
| Binary | 10110110 | 10110111 | 10000001 | 1 | 0 | 11110 | 11100 | 111101 | 11011 | 111101 |
Color Harmonies of #B6B781
Complementary color
Monochromatic Colors of #B6B781
Black with #B6B781
Text Example
Text Example
White with #B6B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B781; }
p { color: rgb(182,183,129); }
H1.HeaderClassName
{
color: #B6B781;
}
.AnyTagClassName
{
color: #B6B781;
}
</style>
background-color css
<style>
a { background-color: #B6B781; }
a { background-color: rgb(182,183,129); }
div.DivClassName
{
background-color: #B6B781;
}
.BgClassName
{
background-color: #B6B781;
}
</style>
border-color css
<style>
span { border-color: #B6B781; }
span { border-color: rgb(182,183,129); }
td.TdClassName
{
border-color: #B6B781;
}
.TagClassName
{
border-color: #B6B781;
}
</style>