Shades of Pine Glade #BDB87C
Tints of Pine Glade #BDB87C
RGB
CMYK
RGB Variations
Color information
#BDB87C (or 0xBDB87C) is known color: Pine Glade. HEX triplet: BD, B8 and 7C. RGB value is (189,184,124). Sum of RGB (Red+Green+Blue) = 189+184+124=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87C is #424783. Grayscale: #B2B2B2. Windows color (decimal): -4343684 or 8173757. OLE color: 8173757.
HSL color Cylindrical-coordinate representation of color #BDB87C: hue angle of 55.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB87C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 124 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.26 |
| HSL | 55.38º | 0.33% | 0.61% | - |
| HSV(B) | 55.38º | 0.34% | 0.74% | - |
| XYZ | 41.76 | 46.56 | 25.85 | - |
| YUV | 178.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 124 | 0 | 0.03 | 0.34 | 0.26 | 55.38 | 0.33 | 0.61 |
| Hex | BD | B8 | 7C | 0 | 3 | 22 | 1A | 37 | 21 | 3D |
| Octal | 275 | 270 | 174 | 0 | 3 | 42 | 32 | 67 | 41 | 75 |
| Binary | 10111101 | 10111000 | 1111100 | 0 | 11 | 100010 | 11010 | 110111 | 100001 | 111101 |
Color Harmonies of #BDB87C
Complementary color
Monochromatic Colors of #BDB87C
Black with #BDB87C
Text Example
Text Example
White with #BDB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB87C; }
p { color: rgb(189,184,124); }
H1.HeaderClassName
{
color: #BDB87C;
}
.AnyTagClassName
{
color: #BDB87C;
}
</style>
background-color css
<style>
a { background-color: #BDB87C; }
a { background-color: rgb(189,184,124); }
div.DivClassName
{
background-color: #BDB87C;
}
.BgClassName
{
background-color: #BDB87C;
}
</style>
border-color css
<style>
span { border-color: #BDB87C; }
span { border-color: rgb(189,184,124); }
td.TdClassName
{
border-color: #BDB87C;
}
.TagClassName
{
border-color: #BDB87C;
}
</style>