Shades of Pine Glade #B6B784
Tints of Pine Glade #B6B784
RGB
CMYK
RGB Variations
Color information
#B6B784 (or 0xB6B784) is known color: Pine Glade. HEX triplet: B6, B7 and 84. RGB value is (182,183,132). Sum of RGB (Red+Green+Blue) = 182+183+132=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B784 is #49487B. Grayscale: #B1B1B1. Windows color (decimal): -4802684 or 8697782. OLE color: 8697782.
HSL color Cylindrical-coordinate representation of color #B6B784: hue angle of 61.18º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6B784 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 132 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.28 |
| HSL | 61.18º | 0.26% | 0.62% | - |
| HSV(B) | 61.18º | 0.28% | 0.72% | - |
| XYZ | 40.39 | 45.48 | 28.48 | - |
| YUV | 176.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 132 | 0.01 | 0 | 0.28 | 0.28 | 61.18 | 0.26 | 0.62 |
| Hex | B6 | B7 | 84 | 1 | 0 | 1C | 1C | 3D | 1A | 3E |
| Octal | 266 | 267 | 204 | 1 | 0 | 34 | 34 | 75 | 32 | 76 |
| Binary | 10110110 | 10110111 | 10000100 | 1 | 0 | 11100 | 11100 | 111101 | 11010 | 111110 |
Color Harmonies of #B6B784
Complementary color
Monochromatic Colors of #B6B784
Black with #B6B784
Text Example
Text Example
White with #B6B784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B784; }
p { color: rgb(182,183,132); }
H1.HeaderClassName
{
color: #B6B784;
}
.AnyTagClassName
{
color: #B6B784;
}
</style>
background-color css
<style>
a { background-color: #B6B784; }
a { background-color: rgb(182,183,132); }
div.DivClassName
{
background-color: #B6B784;
}
.BgClassName
{
background-color: #B6B784;
}
</style>
border-color css
<style>
span { border-color: #B6B784; }
span { border-color: rgb(182,183,132); }
td.TdClassName
{
border-color: #B6B784;
}
.TagClassName
{
border-color: #B6B784;
}
</style>