Shades of Pine Glade #B1B385
Tints of Pine Glade #B1B385
RGB
CMYK
RGB Variations
Color information
#B1B385 (or 0xB1B385) is known color: Pine Glade. HEX triplet: B1, B3 and 85. RGB value is (177,179,133). Sum of RGB (Red+Green+Blue) = 177+179+133=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B385 is #4E4C7A. Grayscale: #ADADAD. Windows color (decimal): -5131387 or 8762289. OLE color: 8762289.
HSL color Cylindrical-coordinate representation of color #B1B385: hue angle of 62.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B385 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 179 | 133 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.30 |
| HSL | 62.61º | 0.23% | 0.61% | - |
| HSV(B) | 62.61º | 0.26% | 0.7% | - |
| XYZ | 38.49 | 43.28 | 28.52 | - |
| YUV | 173.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 133 | 0.01 | 0 | 0.26 | 0.30 | 62.61 | 0.23 | 0.61 |
| Hex | B1 | B3 | 85 | 1 | 0 | 1A | 1E | 3F | 17 | 3D |
| Octal | 261 | 263 | 205 | 1 | 0 | 32 | 36 | 77 | 27 | 75 |
| Binary | 10110001 | 10110011 | 10000101 | 1 | 0 | 11010 | 11110 | 111111 | 10111 | 111101 |
Color Harmonies of #B1B385
Complementary color
Monochromatic Colors of #B1B385
Black with #B1B385
Text Example
Text Example
White with #B1B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B385; }
p { color: rgb(177,179,133); }
H1.HeaderClassName
{
color: #B1B385;
}
.AnyTagClassName
{
color: #B1B385;
}
</style>
background-color css
<style>
a { background-color: #B1B385; }
a { background-color: rgb(177,179,133); }
div.DivClassName
{
background-color: #B1B385;
}
.BgClassName
{
background-color: #B1B385;
}
</style>
border-color css
<style>
span { border-color: #B1B385; }
span { border-color: rgb(177,179,133); }
td.TdClassName
{
border-color: #B1B385;
}
.TagClassName
{
border-color: #B1B385;
}
</style>