Shades of Pine Glade #BDB87D
Tints of Pine Glade #BDB87D
RGB
CMYK
RGB Variations
Color information
#BDB87D (or 0xBDB87D) is known color: Pine Glade. HEX triplet: BD, B8 and 7D. RGB value is (189,184,125). Sum of RGB (Red+Green+Blue) = 189+184+125=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87D is #424782. Grayscale: #B3B3B3. Windows color (decimal): -4343683 or 8239293. OLE color: 8239293.
HSL color Cylindrical-coordinate representation of color #BDB87D: hue angle of 55.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB87D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 125 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.26 |
| HSL | 55.31º | 0.33% | 0.62% | - |
| HSV(B) | 55.31º | 0.34% | 0.74% | - |
| XYZ | 41.83 | 46.58 | 26.19 | - |
| YUV | 178.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 125 | 0 | 0.03 | 0.34 | 0.26 | 55.31 | 0.33 | 0.62 |
| Hex | BD | B8 | 7D | 0 | 3 | 22 | 1A | 37 | 21 | 3E |
| Octal | 275 | 270 | 175 | 0 | 3 | 42 | 32 | 67 | 41 | 76 |
| Binary | 10111101 | 10111000 | 1111101 | 0 | 11 | 100010 | 11010 | 110111 | 100001 | 111110 |
Color Harmonies of #BDB87D
Complementary color
Monochromatic Colors of #BDB87D
Black with #BDB87D
Text Example
Text Example
White with #BDB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB87D; }
p { color: rgb(189,184,125); }
H1.HeaderClassName
{
color: #BDB87D;
}
.AnyTagClassName
{
color: #BDB87D;
}
</style>
background-color css
<style>
a { background-color: #BDB87D; }
a { background-color: rgb(189,184,125); }
div.DivClassName
{
background-color: #BDB87D;
}
.BgClassName
{
background-color: #BDB87D;
}
</style>
border-color css
<style>
span { border-color: #BDB87D; }
span { border-color: rgb(189,184,125); }
td.TdClassName
{
border-color: #BDB87D;
}
.TagClassName
{
border-color: #BDB87D;
}
</style>