Shades of Pine Glade #B6B479
Tints of Pine Glade #B6B479
RGB
CMYK
RGB Variations
Color information
#B6B479 (or 0xB6B479) is known color: Pine Glade. HEX triplet: B6, B4 and 79. RGB value is (182,180,121). Sum of RGB (Red+Green+Blue) = 182+180+121=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B479 is #494B86. Grayscale: #AEAEAE. Windows color (decimal): -4803463 or 7976118. OLE color: 7976118.
HSL color Cylindrical-coordinate representation of color #B6B479: hue angle of 58.03º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6B479 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 180 | 121 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.29 |
| HSL | 58.03º | 0.29% | 0.59% | - |
| HSV(B) | 58.03º | 0.34% | 0.71% | - |
| XYZ | 39.06 | 43.97 | 24.52 | - |
| YUV | 173.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 121 | 0 | 0.01 | 0.34 | 0.29 | 58.03 | 0.29 | 0.59 |
| Hex | B6 | B4 | 79 | 0 | 1 | 22 | 1D | 3A | 1D | 3B |
| Octal | 266 | 264 | 171 | 0 | 1 | 42 | 35 | 72 | 35 | 73 |
| Binary | 10110110 | 10110100 | 1111001 | 0 | 1 | 100010 | 11101 | 111010 | 11101 | 111011 |
Color Harmonies of #B6B479
Complementary color
Monochromatic Colors of #B6B479
Black with #B6B479
Text Example
Text Example
White with #B6B479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B479; }
p { color: rgb(182,180,121); }
H1.HeaderClassName
{
color: #B6B479;
}
.AnyTagClassName
{
color: #B6B479;
}
</style>
background-color css
<style>
a { background-color: #B6B479; }
a { background-color: rgb(182,180,121); }
div.DivClassName
{
background-color: #B6B479;
}
.BgClassName
{
background-color: #B6B479;
}
</style>
border-color css
<style>
span { border-color: #B6B479; }
span { border-color: rgb(182,180,121); }
td.TdClassName
{
border-color: #B6B479;
}
.TagClassName
{
border-color: #B6B479;
}
</style>