Shades of Pine Glade #B6B47C
Tints of Pine Glade #B6B47C
RGB
CMYK
RGB Variations
Color information
#B6B47C (or 0xB6B47C) is known color: Pine Glade. HEX triplet: B6, B4 and 7C. RGB value is (182,180,124). Sum of RGB (Red+Green+Blue) = 182+180+124=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B47C is #494B83. Grayscale: #AEAEAE. Windows color (decimal): -4803460 or 8172726. OLE color: 8172726.
HSL color Cylindrical-coordinate representation of color #B6B47C: hue angle of 57.93º 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 #B6B47C is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 180 | 124 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.29 |
| HSL | 57.93º | 0.28% | 0.6% | - |
| HSV(B) | 57.93º | 0.32% | 0.71% | - |
| XYZ | 39.25 | 44.04 | 25.5 | - |
| YUV | 174.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 124 | 0 | 0.01 | 0.32 | 0.29 | 57.93 | 0.28 | 0.6 |
| Hex | B6 | B4 | 7C | 0 | 1 | 20 | 1D | 3A | 1C | 3C |
| Octal | 266 | 264 | 174 | 0 | 1 | 40 | 35 | 72 | 34 | 74 |
| Binary | 10110110 | 10110100 | 1111100 | 0 | 1 | 100000 | 11101 | 111010 | 11100 | 111100 |
Color Harmonies of #B6B47C
Complementary color
Monochromatic Colors of #B6B47C
Black with #B6B47C
Text Example
Text Example
White with #B6B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B47C; }
p { color: rgb(182,180,124); }
H1.HeaderClassName
{
color: #B6B47C;
}
.AnyTagClassName
{
color: #B6B47C;
}
</style>
background-color css
<style>
a { background-color: #B6B47C; }
a { background-color: rgb(182,180,124); }
div.DivClassName
{
background-color: #B6B47C;
}
.BgClassName
{
background-color: #B6B47C;
}
</style>
border-color css
<style>
span { border-color: #B6B47C; }
span { border-color: rgb(182,180,124); }
td.TdClassName
{
border-color: #B6B47C;
}
.TagClassName
{
border-color: #B6B47C;
}
</style>