Shades of Pine Glade #B3B379
Tints of Pine Glade #B3B379
RGB
CMYK
RGB Variations
Color information
#B3B379 (or 0xB3B379) is known color: Pine Glade. HEX triplet: B3, B3 and 79. RGB value is (179,179,121). Sum of RGB (Red+Green+Blue) = 179+179+121=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B379 is #4C4C86. Grayscale: #ACACAC. Windows color (decimal): -5000327 or 7975859. OLE color: 7975859.
HSL color Cylindrical-coordinate representation of color #B3B379: hue angle of 60º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3B379 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 121 | - |
| CMYK | 0 | 0 | 0.32 | 0.30 |
| HSL | 60º | 0.28% | 0.59% | - |
| HSV(B) | 60º | 0.32% | 0.7% | - |
| XYZ | 38.16 | 43.2 | 24.42 | - |
| YUV | 172.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 121 | 0 | 0 | 0.32 | 0.30 | 60 | 0.28 | 0.59 |
| Hex | B3 | B3 | 79 | 0 | 0 | 20 | 1E | 3C | 1C | 3B |
| Octal | 263 | 263 | 171 | 0 | 0 | 40 | 36 | 74 | 34 | 73 |
| Binary | 10110011 | 10110011 | 1111001 | 0 | 0 | 100000 | 11110 | 111100 | 11100 | 111011 |
Color Harmonies of #B3B379
Complementary color
Monochromatic Colors of #B3B379
Black with #B3B379
Text Example
Text Example
White with #B3B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B379; }
p { color: rgb(179,179,121); }
H1.HeaderClassName
{
color: #B3B379;
}
.AnyTagClassName
{
color: #B3B379;
}
</style>
background-color css
<style>
a { background-color: #B3B379; }
a { background-color: rgb(179,179,121); }
div.DivClassName
{
background-color: #B3B379;
}
.BgClassName
{
background-color: #B3B379;
}
</style>
border-color css
<style>
span { border-color: #B3B379; }
span { border-color: rgb(179,179,121); }
td.TdClassName
{
border-color: #B3B379;
}
.TagClassName
{
border-color: #B3B379;
}
</style>