Shades of Pine Glade #BDBD89
Tints of Pine Glade #BDBD89
RGB
CMYK
RGB Variations
Color information
#BDBD89 (or 0xBDBD89) is known color: Pine Glade. HEX triplet: BD, BD and 89. RGB value is (189,189,137). Sum of RGB (Red+Green+Blue) = 189+189+137=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD89 is #424276. Grayscale: #B7B7B7. Windows color (decimal): -4342391 or 9027005. OLE color: 9027005.
HSL color Cylindrical-coordinate representation of color #BDBD89: hue angle of 60º 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 #BDBD89 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 137 | - |
| CMYK | 0 | 0 | 0.28 | 0.26 |
| HSL | 60º | 0.28% | 0.64% | - |
| HSV(B) | 60º | 0.28% | 0.74% | - |
| XYZ | 43.7 | 49.02 | 30.83 | - |
| YUV | 183.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 137 | 0 | 0 | 0.28 | 0.26 | 60 | 0.28 | 0.64 |
| Hex | BD | BD | 89 | 0 | 0 | 1C | 1A | 3C | 1C | 40 |
| Octal | 275 | 275 | 211 | 0 | 0 | 34 | 32 | 74 | 34 | 100 |
| Binary | 10111101 | 10111101 | 10001001 | 0 | 0 | 11100 | 11010 | 111100 | 11100 | 1000000 |
Color Harmonies of #BDBD89
Complementary color
Monochromatic Colors of #BDBD89
Black with #BDBD89
Text Example
Text Example
White with #BDBD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD89; }
p { color: rgb(189,189,137); }
H1.HeaderClassName
{
color: #BDBD89;
}
.AnyTagClassName
{
color: #BDBD89;
}
</style>
background-color css
<style>
a { background-color: #BDBD89; }
a { background-color: rgb(189,189,137); }
div.DivClassName
{
background-color: #BDBD89;
}
.BgClassName
{
background-color: #BDBD89;
}
</style>
border-color css
<style>
span { border-color: #BDBD89; }
span { border-color: rgb(189,189,137); }
td.TdClassName
{
border-color: #BDBD89;
}
.TagClassName
{
border-color: #BDBD89;
}
</style>