Shades of Pine Glade #B6B777
Tints of Pine Glade #B6B777
RGB
CMYK
RGB Variations
Color information
#B6B777 (or 0xB6B777) is known color: Pine Glade. HEX triplet: B6, B7 and 77. RGB value is (182,183,119). Sum of RGB (Red+Green+Blue) = 182+183+119=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B777 is #494888. Grayscale: #AFAFAF. Windows color (decimal): -4802697 or 7845814. OLE color: 7845814.
HSL color Cylindrical-coordinate representation of color #B6B777: hue angle of 60.94º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6B777 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 119 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.28 |
| HSL | 60.94º | 0.31% | 0.59% | - |
| HSV(B) | 60.94º | 0.35% | 0.72% | - |
| XYZ | 39.55 | 45.14 | 24.08 | - |
| YUV | 175.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 119 | 0.01 | 0 | 0.35 | 0.28 | 60.94 | 0.31 | 0.59 |
| Hex | B6 | B7 | 77 | 1 | 0 | 23 | 1C | 3D | 1F | 3B |
| Octal | 266 | 267 | 167 | 1 | 0 | 43 | 34 | 75 | 37 | 73 |
| Binary | 10110110 | 10110111 | 1110111 | 1 | 0 | 100011 | 11100 | 111101 | 11111 | 111011 |
Color Harmonies of #B6B777
Complementary color
Monochromatic Colors of #B6B777
Black with #B6B777
Text Example
Text Example
White with #B6B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B777; }
p { color: rgb(182,183,119); }
H1.HeaderClassName
{
color: #B6B777;
}
.AnyTagClassName
{
color: #B6B777;
}
</style>
background-color css
<style>
a { background-color: #B6B777; }
a { background-color: rgb(182,183,119); }
div.DivClassName
{
background-color: #B6B777;
}
.BgClassName
{
background-color: #B6B777;
}
</style>
border-color css
<style>
span { border-color: #B6B777; }
span { border-color: rgb(182,183,119); }
td.TdClassName
{
border-color: #B6B777;
}
.TagClassName
{
border-color: #B6B777;
}
</style>