Shades of Pine Glade #B2B47A
Tints of Pine Glade #B2B47A
RGB
CMYK
RGB Variations
Color information
#B2B47A (or 0xB2B47A) is known color: Pine Glade. HEX triplet: B2, B4 and 7A. RGB value is (178,180,122). Sum of RGB (Red+Green+Blue) = 178+180+122=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B47A is #4D4B85. Grayscale: #ADADAD. Windows color (decimal): -5065606 or 8041650. OLE color: 8041650.
HSL color Cylindrical-coordinate representation of color #B2B47A: hue angle of 62.07º 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 #B2B47A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 122 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.29 |
| HSL | 62.07º | 0.28% | 0.59% | - |
| HSV(B) | 62.07º | 0.32% | 0.71% | - |
| XYZ | 38.19 | 43.51 | 24.8 | - |
| YUV | 172.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 122 | 0.01 | 0 | 0.32 | 0.29 | 62.07 | 0.28 | 0.59 |
| Hex | B2 | B4 | 7A | 1 | 0 | 20 | 1D | 3E | 1C | 3B |
| Octal | 262 | 264 | 172 | 1 | 0 | 40 | 35 | 76 | 34 | 73 |
| Binary | 10110010 | 10110100 | 1111010 | 1 | 0 | 100000 | 11101 | 111110 | 11100 | 111011 |
Color Harmonies of #B2B47A
Complementary color
Monochromatic Colors of #B2B47A
Black with #B2B47A
Text Example
Text Example
White with #B2B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B47A; }
p { color: rgb(178,180,122); }
H1.HeaderClassName
{
color: #B2B47A;
}
.AnyTagClassName
{
color: #B2B47A;
}
</style>
background-color css
<style>
a { background-color: #B2B47A; }
a { background-color: rgb(178,180,122); }
div.DivClassName
{
background-color: #B2B47A;
}
.BgClassName
{
background-color: #B2B47A;
}
</style>
border-color css
<style>
span { border-color: #B2B47A; }
span { border-color: rgb(178,180,122); }
td.TdClassName
{
border-color: #B2B47A;
}
.TagClassName
{
border-color: #B2B47A;
}
</style>