Shades of Pine Glade #BDBA7E
Tints of Pine Glade #BDBA7E
RGB
CMYK
RGB Variations
Color information
#BDBA7E (or 0xBDBA7E) is known color: Pine Glade. HEX triplet: BD, BA and 7E. RGB value is (189,186,126). Sum of RGB (Red+Green+Blue) = 189+186+126=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7E is #424581. Grayscale: #B4B4B4. Windows color (decimal): -4343170 or 8305341. OLE color: 8305341.
HSL color Cylindrical-coordinate representation of color #BDBA7E: hue angle of 57.14º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBA7E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 126 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.26 |
| HSL | 57.14º | 0.32% | 0.62% | - |
| HSV(B) | 57.14º | 0.33% | 0.74% | - |
| XYZ | 42.31 | 47.44 | 26.67 | - |
| YUV | 180.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 126 | 0 | 0.02 | 0.33 | 0.26 | 57.14 | 0.32 | 0.62 |
| Hex | BD | BA | 7E | 0 | 2 | 21 | 1A | 39 | 20 | 3E |
| Octal | 275 | 272 | 176 | 0 | 2 | 41 | 32 | 71 | 40 | 76 |
| Binary | 10111101 | 10111010 | 1111110 | 0 | 10 | 100001 | 11010 | 111001 | 100000 | 111110 |
Color Harmonies of #BDBA7E
Complementary color
Monochromatic Colors of #BDBA7E
Black with #BDBA7E
Text Example
Text Example
White with #BDBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA7E; }
p { color: rgb(189,186,126); }
H1.HeaderClassName
{
color: #BDBA7E;
}
.AnyTagClassName
{
color: #BDBA7E;
}
</style>
background-color css
<style>
a { background-color: #BDBA7E; }
a { background-color: rgb(189,186,126); }
div.DivClassName
{
background-color: #BDBA7E;
}
.BgClassName
{
background-color: #BDBA7E;
}
</style>
border-color css
<style>
span { border-color: #BDBA7E; }
span { border-color: rgb(189,186,126); }
td.TdClassName
{
border-color: #BDBA7E;
}
.TagClassName
{
border-color: #BDBA7E;
}
</style>