Shades of Pine Glade #BDBD87
Tints of Pine Glade #BDBD87
RGB
CMYK
RGB Variations
Color information
#BDBD87 (or 0xBDBD87) is known color: Pine Glade. HEX triplet: BD, BD and 87. RGB value is (189,189,135). Sum of RGB (Red+Green+Blue) = 189+189+135=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD87 is #424278. Grayscale: #B7B7B7. Windows color (decimal): -4342393 or 8895933. OLE color: 8895933.
HSL color Cylindrical-coordinate representation of color #BDBD87: hue angle of 60º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDBD87 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 135 | - |
CMYK | 0 | 0 | 0.29 | 0.26 |
HSL | 60º | 0.29% | 0.64% | - |
HSV(B) | 60º | 0.29% | 0.74% | - |
XYZ | 43.56 | 48.96 | 30.08 | - |
YUV | 182.84 | 101 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 135 | 0 | 0 | 0.29 | 0.26 | 60 | 0.29 | 0.64 |
Hex | BD | BD | 87 | 0 | 0 | 1D | 1A | 3C | 1D | 40 |
Octal | 275 | 275 | 207 | 0 | 0 | 35 | 32 | 74 | 35 | 100 |
Binary | 10111101 | 10111101 | 10000111 | 0 | 0 | 11101 | 11010 | 111100 | 11101 | 1000000 |
Color Harmonies of #BDBD87
Complementary color
Monochromatic Colors of #BDBD87
Black with #BDBD87
Text Example
Text Example
White with #BDBD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD87; }
p { color: rgb(189,189,135); }
H1.HeaderClassName
{
color: #BDBD87;
}
.AnyTagClassName
{
color: #BDBD87;
}
</style>
background-color css
<style>
a { background-color: #BDBD87; }
a { background-color: rgb(189,189,135); }
div.DivClassName
{
background-color: #BDBD87;
}
.BgClassName
{
background-color: #BDBD87;
}
</style>
border-color css
<style>
span { border-color: #BDBD87; }
span { border-color: rgb(189,189,135); }
td.TdClassName
{
border-color: #BDBD87;
}
.TagClassName
{
border-color: #BDBD87;
}
</style>