Shades of Pine Glade #BDB87B
Tints of Pine Glade #BDB87B
RGB
CMYK
RGB Variations
Color information
#BDB87B (or 0xBDB87B) is known color: Pine Glade. HEX triplet: BD, B8 and 7B. RGB value is (189,184,123). Sum of RGB (Red+Green+Blue) = 189+184+123=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87B is #424784. Grayscale: #B2B2B2. Windows color (decimal): -4343685 or 8108221. OLE color: 8108221.
HSL color Cylindrical-coordinate representation of color #BDB87B: hue angle of 55.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB87B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 123 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.26 |
| HSL | 55.45º | 0.33% | 0.61% | - |
| HSV(B) | 55.45º | 0.35% | 0.74% | - |
| XYZ | 41.7 | 46.53 | 25.52 | - |
| YUV | 178.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 123 | 0 | 0.03 | 0.35 | 0.26 | 55.45 | 0.33 | 0.61 |
| Hex | BD | B8 | 7B | 0 | 3 | 23 | 1A | 37 | 21 | 3D |
| Octal | 275 | 270 | 173 | 0 | 3 | 43 | 32 | 67 | 41 | 75 |
| Binary | 10111101 | 10111000 | 1111011 | 0 | 11 | 100011 | 11010 | 110111 | 100001 | 111101 |
Color Harmonies of #BDB87B
Complementary color
Monochromatic Colors of #BDB87B
Black with #BDB87B
Text Example
Text Example
White with #BDB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB87B; }
p { color: rgb(189,184,123); }
H1.HeaderClassName
{
color: #BDB87B;
}
.AnyTagClassName
{
color: #BDB87B;
}
</style>
background-color css
<style>
a { background-color: #BDB87B; }
a { background-color: rgb(189,184,123); }
div.DivClassName
{
background-color: #BDB87B;
}
.BgClassName
{
background-color: #BDB87B;
}
</style>
border-color css
<style>
span { border-color: #BDB87B; }
span { border-color: rgb(189,184,123); }
td.TdClassName
{
border-color: #BDB87B;
}
.TagClassName
{
border-color: #BDB87B;
}
</style>