Shades of Pine Glade #BBBA76
Tints of Pine Glade #BBBA76
RGB
CMYK
RGB Variations
Color information
#BBBA76 (or 0xBBBA76) is known color: Pine Glade. HEX triplet: BB, BA and 76. RGB value is (187,186,118). Sum of RGB (Red+Green+Blue) = 187+186+118=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA76 is #444589. Grayscale: #B2B2B2. Windows color (decimal): -4474250 or 7781051. OLE color: 7781051.
HSL color Cylindrical-coordinate representation of color #BBBA76: hue angle of 59.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBBA76 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 118 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.27 |
| HSL | 59.13º | 0.34% | 0.6% | - |
| HSV(B) | 59.13º | 0.37% | 0.73% | - |
| XYZ | 41.32 | 46.99 | 24.03 | - |
| YUV | 178.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 118 | 0 | 0.01 | 0.37 | 0.27 | 59.13 | 0.34 | 0.6 |
| Hex | BB | BA | 76 | 0 | 1 | 25 | 1B | 3B | 22 | 3C |
| Octal | 273 | 272 | 166 | 0 | 1 | 45 | 33 | 73 | 42 | 74 |
| Binary | 10111011 | 10111010 | 1110110 | 0 | 1 | 100101 | 11011 | 111011 | 100010 | 111100 |
Color Harmonies of #BBBA76
Complementary color
Monochromatic Colors of #BBBA76
Black with #BBBA76
Text Example
Text Example
White with #BBBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA76; }
p { color: rgb(187,186,118); }
H1.HeaderClassName
{
color: #BBBA76;
}
.AnyTagClassName
{
color: #BBBA76;
}
</style>
background-color css
<style>
a { background-color: #BBBA76; }
a { background-color: rgb(187,186,118); }
div.DivClassName
{
background-color: #BBBA76;
}
.BgClassName
{
background-color: #BBBA76;
}
</style>
border-color css
<style>
span { border-color: #BBBA76; }
span { border-color: rgb(187,186,118); }
td.TdClassName
{
border-color: #BBBA76;
}
.TagClassName
{
border-color: #BBBA76;
}
</style>