Shades of Pine Glade #B0B777
Tints of Pine Glade #B0B777
RGB
CMYK
RGB Variations
Color information
#B0B777 (or 0xB0B777) is known color: Pine Glade. HEX triplet: B0, B7 and 77. RGB value is (176,183,119). Sum of RGB (Red+Green+Blue) = 176+183+119=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B777 is #4F4888. Grayscale: #ADADAD. Windows color (decimal): -5195913 or 7845808. OLE color: 7845808.
HSL color Cylindrical-coordinate representation of color #B0B777: hue angle of 66.56º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0B777 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 119 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.28 |
| HSL | 66.56º | 0.31% | 0.59% | - |
| HSV(B) | 66.56º | 0.35% | 0.72% | - |
| XYZ | 38.17 | 44.43 | 24.02 | - |
| YUV | 173.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 119 | 0.04 | 0 | 0.35 | 0.28 | 66.56 | 0.31 | 0.59 |
| Hex | B0 | B7 | 77 | 4 | 0 | 23 | 1C | 43 | 1F | 3B |
| Octal | 260 | 267 | 167 | 4 | 0 | 43 | 34 | 103 | 37 | 73 |
| Binary | 10110000 | 10110111 | 1110111 | 100 | 0 | 100011 | 11100 | 1000011 | 11111 | 111011 |
Color Harmonies of #B0B777
Complementary color
Monochromatic Colors of #B0B777
Black with #B0B777
Text Example
Text Example
White with #B0B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B777; }
p { color: rgb(176,183,119); }
H1.HeaderClassName
{
color: #B0B777;
}
.AnyTagClassName
{
color: #B0B777;
}
</style>
background-color css
<style>
a { background-color: #B0B777; }
a { background-color: rgb(176,183,119); }
div.DivClassName
{
background-color: #B0B777;
}
.BgClassName
{
background-color: #B0B777;
}
</style>
border-color css
<style>
span { border-color: #B0B777; }
span { border-color: rgb(176,183,119); }
td.TdClassName
{
border-color: #B0B777;
}
.TagClassName
{
border-color: #B0B777;
}
</style>