Shades of Pine Glade #BDBA7B
Tints of Pine Glade #BDBA7B
RGB
CMYK
RGB Variations
Color information
#BDBA7B (or 0xBDBA7B) is known color: Pine Glade. HEX triplet: BD, BA and 7B. RGB value is (189,186,123). Sum of RGB (Red+Green+Blue) = 189+186+123=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7B is #424584. Grayscale: #B3B3B3. Windows color (decimal): -4343173 or 8108733. OLE color: 8108733.
HSL color Cylindrical-coordinate representation of color #BDBA7B: hue angle of 57.27º 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 #BDBA7B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 123 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.26 |
| HSL | 57.27º | 0.33% | 0.61% | - |
| HSV(B) | 57.27º | 0.35% | 0.74% | - |
| XYZ | 42.12 | 47.37 | 25.66 | - |
| YUV | 179.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 123 | 0 | 0.02 | 0.35 | 0.26 | 57.27 | 0.33 | 0.61 |
| Hex | BD | BA | 7B | 0 | 2 | 23 | 1A | 39 | 21 | 3D |
| Octal | 275 | 272 | 173 | 0 | 2 | 43 | 32 | 71 | 41 | 75 |
| Binary | 10111101 | 10111010 | 1111011 | 0 | 10 | 100011 | 11010 | 111001 | 100001 | 111101 |
Color Harmonies of #BDBA7B
Complementary color
Monochromatic Colors of #BDBA7B
Black with #BDBA7B
Text Example
Text Example
White with #BDBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA7B; }
p { color: rgb(189,186,123); }
H1.HeaderClassName
{
color: #BDBA7B;
}
.AnyTagClassName
{
color: #BDBA7B;
}
</style>
background-color css
<style>
a { background-color: #BDBA7B; }
a { background-color: rgb(189,186,123); }
div.DivClassName
{
background-color: #BDBA7B;
}
.BgClassName
{
background-color: #BDBA7B;
}
</style>
border-color css
<style>
span { border-color: #BDBA7B; }
span { border-color: rgb(189,186,123); }
td.TdClassName
{
border-color: #BDBA7B;
}
.TagClassName
{
border-color: #BDBA7B;
}
</style>