Shades of Pine Glade #BBBA7C
Tints of Pine Glade #BBBA7C
RGB
CMYK
RGB Variations
Color information
#BBBA7C (or 0xBBBA7C) is known color: Pine Glade. HEX triplet: BB, BA and 7C. RGB value is (187,186,124). Sum of RGB (Red+Green+Blue) = 187+186+124=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA7C is #444583. Grayscale: #B3B3B3. Windows color (decimal): -4474244 or 8174267. OLE color: 8174267.
HSL color Cylindrical-coordinate representation of color #BBBA7C: hue angle of 59.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBBA7C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 124 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.27 |
| HSL | 59.05º | 0.32% | 0.61% | - |
| HSV(B) | 59.05º | 0.34% | 0.73% | - |
| XYZ | 41.69 | 47.14 | 25.97 | - |
| YUV | 179.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 124 | 0 | 0.01 | 0.34 | 0.27 | 59.05 | 0.32 | 0.61 |
| Hex | BB | BA | 7C | 0 | 1 | 22 | 1B | 3B | 20 | 3D |
| Octal | 273 | 272 | 174 | 0 | 1 | 42 | 33 | 73 | 40 | 75 |
| Binary | 10111011 | 10111010 | 1111100 | 0 | 1 | 100010 | 11011 | 111011 | 100000 | 111101 |
Color Harmonies of #BBBA7C
Complementary color
Monochromatic Colors of #BBBA7C
Black with #BBBA7C
Text Example
Text Example
White with #BBBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA7C; }
p { color: rgb(187,186,124); }
H1.HeaderClassName
{
color: #BBBA7C;
}
.AnyTagClassName
{
color: #BBBA7C;
}
</style>
background-color css
<style>
a { background-color: #BBBA7C; }
a { background-color: rgb(187,186,124); }
div.DivClassName
{
background-color: #BBBA7C;
}
.BgClassName
{
background-color: #BBBA7C;
}
</style>
border-color css
<style>
span { border-color: #BBBA7C; }
span { border-color: rgb(187,186,124); }
td.TdClassName
{
border-color: #BBBA7C;
}
.TagClassName
{
border-color: #BBBA7C;
}
</style>