Shades of Pine Glade #B0B477
Tints of Pine Glade #B0B477
RGB
CMYK
RGB Variations
Color information
#B0B477 (or 0xB0B477) is known color: Pine Glade. HEX triplet: B0, B4 and 77. RGB value is (176,180,119). Sum of RGB (Red+Green+Blue) = 176+180+119=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B477 is #4F4B88. Grayscale: #ACACAC. Windows color (decimal): -5196681 or 7845040. OLE color: 7845040.
HSL color Cylindrical-coordinate representation of color #B0B477: hue angle of 63.93º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0B477 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 119 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.29 |
| HSL | 63.93º | 0.29% | 0.59% | - |
| HSV(B) | 63.93º | 0.34% | 0.71% | - |
| XYZ | 37.56 | 43.2 | 23.81 | - |
| YUV | 171.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 119 | 0.02 | 0 | 0.34 | 0.29 | 63.93 | 0.29 | 0.59 |
| Hex | B0 | B4 | 77 | 2 | 0 | 22 | 1D | 40 | 1D | 3B |
| Octal | 260 | 264 | 167 | 2 | 0 | 42 | 35 | 100 | 35 | 73 |
| Binary | 10110000 | 10110100 | 1110111 | 10 | 0 | 100010 | 11101 | 1000000 | 11101 | 111011 |
Color Harmonies of #B0B477
Complementary color
Monochromatic Colors of #B0B477
Black with #B0B477
Text Example
Text Example
White with #B0B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B477; }
p { color: rgb(176,180,119); }
H1.HeaderClassName
{
color: #B0B477;
}
.AnyTagClassName
{
color: #B0B477;
}
</style>
background-color css
<style>
a { background-color: #B0B477; }
a { background-color: rgb(176,180,119); }
div.DivClassName
{
background-color: #B0B477;
}
.BgClassName
{
background-color: #B0B477;
}
</style>
border-color css
<style>
span { border-color: #B0B477; }
span { border-color: rgb(176,180,119); }
td.TdClassName
{
border-color: #B0B477;
}
.TagClassName
{
border-color: #B0B477;
}
</style>