Shades of Pine Glade #B0B47C
Tints of Pine Glade #B0B47C
RGB
CMYK
RGB Variations
Color information
#B0B47C (or 0xB0B47C) is known color: Pine Glade. HEX triplet: B0, B4 and 7C. RGB value is (176,180,124). Sum of RGB (Red+Green+Blue) = 176+180+124=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B47C is #4F4B83. Grayscale: #ACACAC. Windows color (decimal): -5196676 or 8172720. OLE color: 8172720.
HSL color Cylindrical-coordinate representation of color #B0B47C: hue angle of 64.29º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0B47C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 124 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.29 |
| HSL | 64.29º | 0.27% | 0.6% | - |
| HSV(B) | 64.29º | 0.31% | 0.71% | - |
| XYZ | 37.86 | 43.33 | 25.44 | - |
| YUV | 172.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 124 | 0.02 | 0 | 0.31 | 0.29 | 64.29 | 0.27 | 0.6 |
| Hex | B0 | B4 | 7C | 2 | 0 | 1F | 1D | 40 | 1B | 3C |
| Octal | 260 | 264 | 174 | 2 | 0 | 37 | 35 | 100 | 33 | 74 |
| Binary | 10110000 | 10110100 | 1111100 | 10 | 0 | 11111 | 11101 | 1000000 | 11011 | 111100 |
Color Harmonies of #B0B47C
Complementary color
Monochromatic Colors of #B0B47C
Black with #B0B47C
Text Example
Text Example
White with #B0B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B47C; }
p { color: rgb(176,180,124); }
H1.HeaderClassName
{
color: #B0B47C;
}
.AnyTagClassName
{
color: #B0B47C;
}
</style>
background-color css
<style>
a { background-color: #B0B47C; }
a { background-color: rgb(176,180,124); }
div.DivClassName
{
background-color: #B0B47C;
}
.BgClassName
{
background-color: #B0B47C;
}
</style>
border-color css
<style>
span { border-color: #B0B47C; }
span { border-color: rgb(176,180,124); }
td.TdClassName
{
border-color: #B0B47C;
}
.TagClassName
{
border-color: #B0B47C;
}
</style>