Shades of Pine Glade #B3B47B
Tints of Pine Glade #B3B47B
RGB
CMYK
RGB Variations
Color information
#B3B47B (or 0xB3B47B) is known color: Pine Glade. HEX triplet: B3, B4 and 7B. RGB value is (179,180,123). Sum of RGB (Red+Green+Blue) = 179+180+123=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B47B is #4C4B84. Grayscale: #ADADAD. Windows color (decimal): -5000069 or 8107187. OLE color: 8107187.
HSL color Cylindrical-coordinate representation of color #B3B47B: hue angle of 61.05º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3B47B is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 180 | 123 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.29 |
| HSL | 61.05º | 0.28% | 0.59% | - |
| HSV(B) | 61.05º | 0.32% | 0.71% | - |
| XYZ | 38.49 | 43.66 | 25.14 | - |
| YUV | 173.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 180 | 123 | 0.01 | 0 | 0.32 | 0.29 | 61.05 | 0.28 | 0.59 |
| Hex | B3 | B4 | 7B | 1 | 0 | 20 | 1D | 3D | 1C | 3B |
| Octal | 263 | 264 | 173 | 1 | 0 | 40 | 35 | 75 | 34 | 73 |
| Binary | 10110011 | 10110100 | 1111011 | 1 | 0 | 100000 | 11101 | 111101 | 11100 | 111011 |
Color Harmonies of #B3B47B
Complementary color
Monochromatic Colors of #B3B47B
Black with #B3B47B
Text Example
Text Example
White with #B3B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B47B; }
p { color: rgb(179,180,123); }
H1.HeaderClassName
{
color: #B3B47B;
}
.AnyTagClassName
{
color: #B3B47B;
}
</style>
background-color css
<style>
a { background-color: #B3B47B; }
a { background-color: rgb(179,180,123); }
div.DivClassName
{
background-color: #B3B47B;
}
.BgClassName
{
background-color: #B3B47B;
}
</style>
border-color css
<style>
span { border-color: #B3B47B; }
span { border-color: rgb(179,180,123); }
td.TdClassName
{
border-color: #B3B47B;
}
.TagClassName
{
border-color: #B3B47B;
}
</style>