Shades of Pine Glade #B1B87A
Tints of Pine Glade #B1B87A
RGB
CMYK
RGB Variations
Color information
#B1B87A (or 0xB1B87A) is known color: Pine Glade. HEX triplet: B1, B8 and 7A. RGB value is (177,184,122). Sum of RGB (Red+Green+Blue) = 177+184+122=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B87A is #4E4785. Grayscale: #AFAFAF. Windows color (decimal): -5130118 or 8042673. OLE color: 8042673.
HSL color Cylindrical-coordinate representation of color #B1B87A: hue angle of 66.77º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1B87A is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 122 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.28 |
| HSL | 66.77º | 0.3% | 0.6% | - |
| HSV(B) | 66.77º | 0.34% | 0.72% | - |
| XYZ | 38.78 | 45.03 | 25.06 | - |
| YUV | 174.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 122 | 0.04 | 0 | 0.34 | 0.28 | 66.77 | 0.3 | 0.6 |
| Hex | B1 | B8 | 7A | 4 | 0 | 22 | 1C | 43 | 1E | 3C |
| Octal | 261 | 270 | 172 | 4 | 0 | 42 | 34 | 103 | 36 | 74 |
| Binary | 10110001 | 10111000 | 1111010 | 100 | 0 | 100010 | 11100 | 1000011 | 11110 | 111100 |
Color Harmonies of #B1B87A
Complementary color
Monochromatic Colors of #B1B87A
Black with #B1B87A
Text Example
Text Example
White with #B1B87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B87A; }
p { color: rgb(177,184,122); }
H1.HeaderClassName
{
color: #B1B87A;
}
.AnyTagClassName
{
color: #B1B87A;
}
</style>
background-color css
<style>
a { background-color: #B1B87A; }
a { background-color: rgb(177,184,122); }
div.DivClassName
{
background-color: #B1B87A;
}
.BgClassName
{
background-color: #B1B87A;
}
</style>
border-color css
<style>
span { border-color: #B1B87A; }
span { border-color: rgb(177,184,122); }
td.TdClassName
{
border-color: #B1B87A;
}
.TagClassName
{
border-color: #B1B87A;
}
</style>