Shades of Pine Glade #B6B47F
Tints of Pine Glade #B6B47F
RGB
CMYK
RGB Variations
Color information
#B6B47F (or 0xB6B47F) is known color: Pine Glade. HEX triplet: B6, B4 and 7F. RGB value is (182,180,127). Sum of RGB (Red+Green+Blue) = 182+180+127=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B47F is #494B80. Grayscale: #AEAEAE. Windows color (decimal): -4803457 or 8369334. OLE color: 8369334.
HSL color Cylindrical-coordinate representation of color #B6B47F: hue angle of 57.82º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B47F is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 180 | 127 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.29 |
| HSL | 57.82º | 0.27% | 0.61% | - |
| HSV(B) | 57.82º | 0.3% | 0.71% | - |
| XYZ | 39.44 | 44.12 | 26.52 | - |
| YUV | 174.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 127 | 0 | 0.01 | 0.30 | 0.29 | 57.82 | 0.27 | 0.61 |
| Hex | B6 | B4 | 7F | 0 | 1 | 1E | 1D | 3A | 1B | 3D |
| Octal | 266 | 264 | 177 | 0 | 1 | 36 | 35 | 72 | 33 | 75 |
| Binary | 10110110 | 10110100 | 1111111 | 0 | 1 | 11110 | 11101 | 111010 | 11011 | 111101 |
Color Harmonies of #B6B47F
Complementary color
Monochromatic Colors of #B6B47F
Black with #B6B47F
Text Example
Text Example
White with #B6B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B47F; }
p { color: rgb(182,180,127); }
H1.HeaderClassName
{
color: #B6B47F;
}
.AnyTagClassName
{
color: #B6B47F;
}
</style>
background-color css
<style>
a { background-color: #B6B47F; }
a { background-color: rgb(182,180,127); }
div.DivClassName
{
background-color: #B6B47F;
}
.BgClassName
{
background-color: #B6B47F;
}
</style>
border-color css
<style>
span { border-color: #B6B47F; }
span { border-color: rgb(182,180,127); }
td.TdClassName
{
border-color: #B6B47F;
}
.TagClassName
{
border-color: #B6B47F;
}
</style>