Shades of Pine Glade #B1B875
Tints of Pine Glade #B1B875
RGB
CMYK
RGB Variations
Color information
#B1B875 (or 0xB1B875) is known color: Pine Glade. HEX triplet: B1, B8 and 75. RGB value is (177,184,117). Sum of RGB (Red+Green+Blue) = 177+184+117=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B875 is #4E478A. Grayscale: #AEAEAE. Windows color (decimal): -5130123 or 7714993. OLE color: 7714993.
HSL color Cylindrical-coordinate representation of color #B1B875: hue angle of 66.27º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1B875 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 117 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.28 |
| HSL | 66.27º | 0.32% | 0.59% | - |
| HSV(B) | 66.27º | 0.36% | 0.72% | - |
| XYZ | 38.48 | 44.91 | 23.47 | - |
| YUV | 174.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 117 | 0.04 | 0 | 0.36 | 0.28 | 66.27 | 0.32 | 0.59 |
| Hex | B1 | B8 | 75 | 4 | 0 | 24 | 1C | 42 | 20 | 3B |
| Octal | 261 | 270 | 165 | 4 | 0 | 44 | 34 | 102 | 40 | 73 |
| Binary | 10110001 | 10111000 | 1110101 | 100 | 0 | 100100 | 11100 | 1000010 | 100000 | 111011 |
Color Harmonies of #B1B875
Complementary color
Monochromatic Colors of #B1B875
Black with #B1B875
Text Example
Text Example
White with #B1B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B875; }
p { color: rgb(177,184,117); }
H1.HeaderClassName
{
color: #B1B875;
}
.AnyTagClassName
{
color: #B1B875;
}
</style>
background-color css
<style>
a { background-color: #B1B875; }
a { background-color: rgb(177,184,117); }
div.DivClassName
{
background-color: #B1B875;
}
.BgClassName
{
background-color: #B1B875;
}
</style>
border-color css
<style>
span { border-color: #B1B875; }
span { border-color: rgb(177,184,117); }
td.TdClassName
{
border-color: #B1B875;
}
.TagClassName
{
border-color: #B1B875;
}
</style>