Shades of Pine Glade #B4B975
Tints of Pine Glade #B4B975
RGB
CMYK
RGB Variations
Color information
#B4B975 (or 0xB4B975) is known color: Pine Glade. HEX triplet: B4, B9 and 75. RGB value is (180,185,117). Sum of RGB (Red+Green+Blue) = 180+185+117=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B975 is #4B468A. Grayscale: #B0B0B0. Windows color (decimal): -4933259 or 7715252. OLE color: 7715252.
HSL color Cylindrical-coordinate representation of color #B4B975: hue angle of 64.41º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4B975 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 117 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.27 |
| HSL | 64.41º | 0.33% | 0.59% | - |
| HSV(B) | 64.41º | 0.37% | 0.73% | - |
| XYZ | 39.38 | 45.69 | 23.57 | - |
| YUV | 175.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 117 | 0.03 | 0 | 0.37 | 0.27 | 64.41 | 0.33 | 0.59 |
| Hex | B4 | B9 | 75 | 3 | 0 | 25 | 1B | 40 | 21 | 3B |
| Octal | 264 | 271 | 165 | 3 | 0 | 45 | 33 | 100 | 41 | 73 |
| Binary | 10110100 | 10111001 | 1110101 | 11 | 0 | 100101 | 11011 | 1000000 | 100001 | 111011 |
Color Harmonies of #B4B975
Complementary color
Monochromatic Colors of #B4B975
Black with #B4B975
Text Example
Text Example
White with #B4B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B975; }
p { color: rgb(180,185,117); }
H1.HeaderClassName
{
color: #B4B975;
}
.AnyTagClassName
{
color: #B4B975;
}
</style>
background-color css
<style>
a { background-color: #B4B975; }
a { background-color: rgb(180,185,117); }
div.DivClassName
{
background-color: #B4B975;
}
.BgClassName
{
background-color: #B4B975;
}
</style>
border-color css
<style>
span { border-color: #B4B975; }
span { border-color: rgb(180,185,117); }
td.TdClassName
{
border-color: #B4B975;
}
.TagClassName
{
border-color: #B4B975;
}
</style>