Shades of Pine Glade #B9B679
Tints of Pine Glade #B9B679
RGB
CMYK
RGB Variations
Color information
#B9B679 (or 0xB9B679) is known color: Pine Glade. HEX triplet: B9, B6 and 79. RGB value is (185,182,121). Sum of RGB (Red+Green+Blue) = 185+182+121=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B679 is #464986. Grayscale: #B0B0B0. Windows color (decimal): -4606343 or 7976633. OLE color: 7976633.
HSL color Cylindrical-coordinate representation of color #B9B679: hue angle of 57.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9B679 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 182 | 121 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.27 |
| HSL | 57.19º | 0.31% | 0.6% | - |
| HSV(B) | 57.19º | 0.35% | 0.73% | - |
| XYZ | 40.19 | 45.15 | 24.69 | - |
| YUV | 175.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 182 | 121 | 0 | 0.02 | 0.35 | 0.27 | 57.19 | 0.31 | 0.6 |
| Hex | B9 | B6 | 79 | 0 | 2 | 23 | 1B | 39 | 1F | 3C |
| Octal | 271 | 266 | 171 | 0 | 2 | 43 | 33 | 71 | 37 | 74 |
| Binary | 10111001 | 10110110 | 1111001 | 0 | 10 | 100011 | 11011 | 111001 | 11111 | 111100 |
Color Harmonies of #B9B679
Complementary color
Monochromatic Colors of #B9B679
Black with #B9B679
Text Example
Text Example
White with #B9B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B679; }
p { color: rgb(185,182,121); }
H1.HeaderClassName
{
color: #B9B679;
}
.AnyTagClassName
{
color: #B9B679;
}
</style>
background-color css
<style>
a { background-color: #B9B679; }
a { background-color: rgb(185,182,121); }
div.DivClassName
{
background-color: #B9B679;
}
.BgClassName
{
background-color: #B9B679;
}
</style>
border-color css
<style>
span { border-color: #B9B679; }
span { border-color: rgb(185,182,121); }
td.TdClassName
{
border-color: #B9B679;
}
.TagClassName
{
border-color: #B9B679;
}
</style>