Shades of Pine Glade #B1B47A
Tints of Pine Glade #B1B47A
RGB
CMYK
RGB Variations
Color information
#B1B47A (or 0xB1B47A) is known color: Pine Glade. HEX triplet: B1, B4 and 7A. RGB value is (177,180,122). Sum of RGB (Red+Green+Blue) = 177+180+122=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B47A is #4E4B85. Grayscale: #ACACAC. Windows color (decimal): -5131142 or 8041649. OLE color: 8041649.
HSL color Cylindrical-coordinate representation of color #B1B47A: hue angle of 63.1º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1B47A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 122 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.29 |
| HSL | 63.1º | 0.28% | 0.59% | - |
| HSV(B) | 63.1º | 0.32% | 0.71% | - |
| XYZ | 37.97 | 43.39 | 24.79 | - |
| YUV | 172.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 122 | 0.02 | 0 | 0.32 | 0.29 | 63.1 | 0.28 | 0.59 |
| Hex | B1 | B4 | 7A | 2 | 0 | 20 | 1D | 3F | 1C | 3B |
| Octal | 261 | 264 | 172 | 2 | 0 | 40 | 35 | 77 | 34 | 73 |
| Binary | 10110001 | 10110100 | 1111010 | 10 | 0 | 100000 | 11101 | 111111 | 11100 | 111011 |
Color Harmonies of #B1B47A
Complementary color
Monochromatic Colors of #B1B47A
Black with #B1B47A
Text Example
Text Example
White with #B1B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B47A; }
p { color: rgb(177,180,122); }
H1.HeaderClassName
{
color: #B1B47A;
}
.AnyTagClassName
{
color: #B1B47A;
}
</style>
background-color css
<style>
a { background-color: #B1B47A; }
a { background-color: rgb(177,180,122); }
div.DivClassName
{
background-color: #B1B47A;
}
.BgClassName
{
background-color: #B1B47A;
}
</style>
border-color css
<style>
span { border-color: #B1B47A; }
span { border-color: rgb(177,180,122); }
td.TdClassName
{
border-color: #B1B47A;
}
.TagClassName
{
border-color: #B1B47A;
}
</style>