Shades of Pine Glade #B4BB7D
Tints of Pine Glade #B4BB7D
RGB
CMYK
RGB Variations
Color information
#B4BB7D (or 0xB4BB7D) is known color: Pine Glade. HEX triplet: B4, BB and 7D. RGB value is (180,187,125). Sum of RGB (Red+Green+Blue) = 180+187+125=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB7D is #4B4482. Grayscale: #B2B2B2. Windows color (decimal): -4932739 or 8240052. OLE color: 8240052.
HSL color Cylindrical-coordinate representation of color #B4BB7D: hue angle of 66.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4BB7D is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 125 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.27 |
| HSL | 66.77º | 0.31% | 0.61% | - |
| HSV(B) | 66.77º | 0.33% | 0.73% | - |
| XYZ | 40.29 | 46.72 | 26.3 | - |
| YUV | 177.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 125 | 0.04 | 0 | 0.33 | 0.27 | 66.77 | 0.31 | 0.61 |
| Hex | B4 | BB | 7D | 4 | 0 | 21 | 1B | 43 | 1F | 3D |
| Octal | 264 | 273 | 175 | 4 | 0 | 41 | 33 | 103 | 37 | 75 |
| Binary | 10110100 | 10111011 | 1111101 | 100 | 0 | 100001 | 11011 | 1000011 | 11111 | 111101 |
Color Harmonies of #B4BB7D
Complementary color
Monochromatic Colors of #B4BB7D
Black with #B4BB7D
Text Example
Text Example
White with #B4BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB7D; }
p { color: rgb(180,187,125); }
H1.HeaderClassName
{
color: #B4BB7D;
}
.AnyTagClassName
{
color: #B4BB7D;
}
</style>
background-color css
<style>
a { background-color: #B4BB7D; }
a { background-color: rgb(180,187,125); }
div.DivClassName
{
background-color: #B4BB7D;
}
.BgClassName
{
background-color: #B4BB7D;
}
</style>
border-color css
<style>
span { border-color: #B4BB7D; }
span { border-color: rgb(180,187,125); }
td.TdClassName
{
border-color: #B4BB7D;
}
.TagClassName
{
border-color: #B4BB7D;
}
</style>