Shades of Pine Glade #B6B57C
Tints of Pine Glade #B6B57C
RGB
CMYK
RGB Variations
Color information
#B6B57C (or 0xB6B57C) is known color: Pine Glade. HEX triplet: B6, B5 and 7C. RGB value is (182,181,124). Sum of RGB (Red+Green+Blue) = 182+181+124=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B57C is #494A83. Grayscale: #AFAFAF. Windows color (decimal): -4803204 or 8172982. OLE color: 8172982.
HSL color Cylindrical-coordinate representation of color #B6B57C: hue angle of 58.97º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6B57C is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 181 | 124 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.29 |
| HSL | 58.97º | 0.28% | 0.6% | - |
| HSV(B) | 58.97º | 0.32% | 0.71% | - |
| XYZ | 39.45 | 44.45 | 25.57 | - |
| YUV | 174.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 181 | 124 | 0 | 0.01 | 0.32 | 0.29 | 58.97 | 0.28 | 0.6 |
| Hex | B6 | B5 | 7C | 0 | 1 | 20 | 1D | 3B | 1C | 3C |
| Octal | 266 | 265 | 174 | 0 | 1 | 40 | 35 | 73 | 34 | 74 |
| Binary | 10110110 | 10110101 | 1111100 | 0 | 1 | 100000 | 11101 | 111011 | 11100 | 111100 |
Color Harmonies of #B6B57C
Complementary color
Monochromatic Colors of #B6B57C
Black with #B6B57C
Text Example
Text Example
White with #B6B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B57C; }
p { color: rgb(182,181,124); }
H1.HeaderClassName
{
color: #B6B57C;
}
.AnyTagClassName
{
color: #B6B57C;
}
</style>
background-color css
<style>
a { background-color: #B6B57C; }
a { background-color: rgb(182,181,124); }
div.DivClassName
{
background-color: #B6B57C;
}
.BgClassName
{
background-color: #B6B57C;
}
</style>
border-color css
<style>
span { border-color: #B6B57C; }
span { border-color: rgb(182,181,124); }
td.TdClassName
{
border-color: #B6B57C;
}
.TagClassName
{
border-color: #B6B57C;
}
</style>