Shades of Pine Glade #B1B777
Tints of Pine Glade #B1B777
RGB
CMYK
RGB Variations
Color information
#B1B777 (or 0xB1B777) is known color: Pine Glade. HEX triplet: B1, B7 and 77. RGB value is (177,183,119). Sum of RGB (Red+Green+Blue) = 177+183+119=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B777 is #4E4888. Grayscale: #AEAEAE. Windows color (decimal): -5130377 or 7845809. OLE color: 7845809.
HSL color Cylindrical-coordinate representation of color #B1B777: hue angle of 65.62º 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 #B1B777 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 119 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.28 |
| HSL | 65.63º | 0.31% | 0.59% | - |
| HSV(B) | 65.63º | 0.35% | 0.72% | - |
| XYZ | 38.39 | 44.55 | 24.03 | - |
| YUV | 173.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 119 | 0.03 | 0 | 0.35 | 0.28 | 65.63 | 0.31 | 0.59 |
| Hex | B1 | B7 | 77 | 3 | 0 | 23 | 1C | 42 | 1F | 3B |
| Octal | 261 | 267 | 167 | 3 | 0 | 43 | 34 | 102 | 37 | 73 |
| Binary | 10110001 | 10110111 | 1110111 | 11 | 0 | 100011 | 11100 | 1000010 | 11111 | 111011 |
Color Harmonies of #B1B777
Complementary color
Monochromatic Colors of #B1B777
Black with #B1B777
Text Example
Text Example
White with #B1B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B777; }
p { color: rgb(177,183,119); }
H1.HeaderClassName
{
color: #B1B777;
}
.AnyTagClassName
{
color: #B1B777;
}
</style>
background-color css
<style>
a { background-color: #B1B777; }
a { background-color: rgb(177,183,119); }
div.DivClassName
{
background-color: #B1B777;
}
.BgClassName
{
background-color: #B1B777;
}
</style>
border-color css
<style>
span { border-color: #B1B777; }
span { border-color: rgb(177,183,119); }
td.TdClassName
{
border-color: #B1B777;
}
.TagClassName
{
border-color: #B1B777;
}
</style>