Shades of Pine Glade #B5B777
Tints of Pine Glade #B5B777
RGB
CMYK
RGB Variations
Color information
#B5B777 (or 0xB5B777) is known color: Pine Glade. HEX triplet: B5, B7 and 77. RGB value is (181,183,119). Sum of RGB (Red+Green+Blue) = 181+183+119=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B777 is #4A4888. Grayscale: #AFAFAF. Windows color (decimal): -4868233 or 7845813. OLE color: 7845813.
HSL color Cylindrical-coordinate representation of color #B5B777: hue angle of 61.88º 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 #B5B777 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 119 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.28 |
| HSL | 61.88º | 0.31% | 0.59% | - |
| HSV(B) | 61.88º | 0.35% | 0.72% | - |
| XYZ | 39.32 | 45.02 | 24.07 | - |
| YUV | 175.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 119 | 0.01 | 0 | 0.35 | 0.28 | 61.88 | 0.31 | 0.59 |
| Hex | B5 | B7 | 77 | 1 | 0 | 23 | 1C | 3E | 1F | 3B |
| Octal | 265 | 267 | 167 | 1 | 0 | 43 | 34 | 76 | 37 | 73 |
| Binary | 10110101 | 10110111 | 1110111 | 1 | 0 | 100011 | 11100 | 111110 | 11111 | 111011 |
Color Harmonies of #B5B777
Complementary color
Monochromatic Colors of #B5B777
Black with #B5B777
Text Example
Text Example
White with #B5B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B777; }
p { color: rgb(181,183,119); }
H1.HeaderClassName
{
color: #B5B777;
}
.AnyTagClassName
{
color: #B5B777;
}
</style>
background-color css
<style>
a { background-color: #B5B777; }
a { background-color: rgb(181,183,119); }
div.DivClassName
{
background-color: #B5B777;
}
.BgClassName
{
background-color: #B5B777;
}
</style>
border-color css
<style>
span { border-color: #B5B777; }
span { border-color: rgb(181,183,119); }
td.TdClassName
{
border-color: #B5B777;
}
.TagClassName
{
border-color: #B5B777;
}
</style>