Shades of Pine Glade #B3B57E
Tints of Pine Glade #B3B57E
RGB
CMYK
RGB Variations
Color information
#B3B57E (or 0xB3B57E) is known color: Pine Glade. HEX triplet: B3, B5 and 7E. RGB value is (179,181,126). Sum of RGB (Red+Green+Blue) = 179+181+126=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B57E is #4C4A81. Grayscale: #AEAEAE. Windows color (decimal): -4999810 or 8304051. OLE color: 8304051.
HSL color Cylindrical-coordinate representation of color #B3B57E: hue angle of 62.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3B57E is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 181 | 126 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.29 |
| HSL | 62.18º | 0.27% | 0.6% | - |
| HSV(B) | 62.18º | 0.3% | 0.71% | - |
| XYZ | 38.88 | 44.14 | 26.21 | - |
| YUV | 174.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 181 | 126 | 0.01 | 0 | 0.30 | 0.29 | 62.18 | 0.27 | 0.6 |
| Hex | B3 | B5 | 7E | 1 | 0 | 1E | 1D | 3E | 1B | 3C |
| Octal | 263 | 265 | 176 | 1 | 0 | 36 | 35 | 76 | 33 | 74 |
| Binary | 10110011 | 10110101 | 1111110 | 1 | 0 | 11110 | 11101 | 111110 | 11011 | 111100 |
Color Harmonies of #B3B57E
Complementary color
Monochromatic Colors of #B3B57E
Black with #B3B57E
Text Example
Text Example
White with #B3B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B57E; }
p { color: rgb(179,181,126); }
H1.HeaderClassName
{
color: #B3B57E;
}
.AnyTagClassName
{
color: #B3B57E;
}
</style>
background-color css
<style>
a { background-color: #B3B57E; }
a { background-color: rgb(179,181,126); }
div.DivClassName
{
background-color: #B3B57E;
}
.BgClassName
{
background-color: #B3B57E;
}
</style>
border-color css
<style>
span { border-color: #B3B57E; }
span { border-color: rgb(179,181,126); }
td.TdClassName
{
border-color: #B3B57E;
}
.TagClassName
{
border-color: #B3B57E;
}
</style>