Shades of Pine Glade #BBBA7F
Tints of Pine Glade #BBBA7F
RGB
CMYK
RGB Variations
Color information
#BBBA7F (or 0xBBBA7F) is known color: Pine Glade. HEX triplet: BB, BA and 7F. RGB value is (187,186,127). Sum of RGB (Red+Green+Blue) = 187+186+127=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA7F is #444580. Grayscale: #B3B3B3. Windows color (decimal): -4474241 or 8370875. OLE color: 8370875.
HSL color Cylindrical-coordinate representation of color #BBBA7F: hue angle of 59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBBA7F is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 127 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.27 |
| HSL | 59º | 0.31% | 0.62% | - |
| HSV(B) | 59º | 0.32% | 0.73% | - |
| XYZ | 41.88 | 47.21 | 26.98 | - |
| YUV | 179.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 127 | 0 | 0.01 | 0.32 | 0.27 | 59 | 0.31 | 0.62 |
| Hex | BB | BA | 7F | 0 | 1 | 20 | 1B | 3B | 1F | 3E |
| Octal | 273 | 272 | 177 | 0 | 1 | 40 | 33 | 73 | 37 | 76 |
| Binary | 10111011 | 10111010 | 1111111 | 0 | 1 | 100000 | 11011 | 111011 | 11111 | 111110 |
Color Harmonies of #BBBA7F
Complementary color
Monochromatic Colors of #BBBA7F
Black with #BBBA7F
Text Example
Text Example
White with #BBBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA7F; }
p { color: rgb(187,186,127); }
H1.HeaderClassName
{
color: #BBBA7F;
}
.AnyTagClassName
{
color: #BBBA7F;
}
</style>
background-color css
<style>
a { background-color: #BBBA7F; }
a { background-color: rgb(187,186,127); }
div.DivClassName
{
background-color: #BBBA7F;
}
.BgClassName
{
background-color: #BBBA7F;
}
</style>
border-color css
<style>
span { border-color: #BBBA7F; }
span { border-color: rgb(187,186,127); }
td.TdClassName
{
border-color: #BBBA7F;
}
.TagClassName
{
border-color: #BBBA7F;
}
</style>