Shades of Pine Glade #BBBD89
Tints of Pine Glade #BBBD89
RGB
CMYK
RGB Variations
Color information
#BBBD89 (or 0xBBBD89) is known color: Pine Glade. HEX triplet: BB, BD and 89. RGB value is (187,189,137). Sum of RGB (Red+Green+Blue) = 187+189+137=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD89 is #444276. Grayscale: #B6B6B6. Windows color (decimal): -4473463 or 9027003. OLE color: 9027003.
HSL color Cylindrical-coordinate representation of color #BBBD89: hue angle of 62.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBBD89 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 137 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.26 |
| HSL | 62.31º | 0.28% | 0.64% | - |
| HSV(B) | 62.31º | 0.28% | 0.74% | - |
| XYZ | 43.21 | 48.77 | 30.8 | - |
| YUV | 182.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 137 | 0.01 | 0 | 0.28 | 0.26 | 62.31 | 0.28 | 0.64 |
| Hex | BB | BD | 89 | 1 | 0 | 1C | 1A | 3E | 1C | 40 |
| Octal | 273 | 275 | 211 | 1 | 0 | 34 | 32 | 76 | 34 | 100 |
| Binary | 10111011 | 10111101 | 10001001 | 1 | 0 | 11100 | 11010 | 111110 | 11100 | 1000000 |
Color Harmonies of #BBBD89
Complementary color
Monochromatic Colors of #BBBD89
Black with #BBBD89
Text Example
Text Example
White with #BBBD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD89; }
p { color: rgb(187,189,137); }
H1.HeaderClassName
{
color: #BBBD89;
}
.AnyTagClassName
{
color: #BBBD89;
}
</style>
background-color css
<style>
a { background-color: #BBBD89; }
a { background-color: rgb(187,189,137); }
div.DivClassName
{
background-color: #BBBD89;
}
.BgClassName
{
background-color: #BBBD89;
}
</style>
border-color css
<style>
span { border-color: #BBBD89; }
span { border-color: rgb(187,189,137); }
td.TdClassName
{
border-color: #BBBD89;
}
.TagClassName
{
border-color: #BBBD89;
}
</style>