Shades of Pine Glade #BDBA81
Tints of Pine Glade #BDBA81
RGB
CMYK
RGB Variations
Color information
#BDBA81 (or 0xBDBA81) is known color: Pine Glade. HEX triplet: BD, BA and 81. RGB value is (189,186,129). Sum of RGB (Red+Green+Blue) = 189+186+129=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA81 is #42457E. Grayscale: #B4B4B4. Windows color (decimal): -4343167 or 8501949. OLE color: 8501949.
HSL color Cylindrical-coordinate representation of color #BDBA81: hue angle of 57º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDBA81 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 129 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.26 |
| HSL | 57º | 0.31% | 0.62% | - |
| HSV(B) | 57º | 0.32% | 0.74% | - |
| XYZ | 42.51 | 47.52 | 27.7 | - |
| YUV | 180.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 129 | 0 | 0.02 | 0.32 | 0.26 | 57 | 0.31 | 0.62 |
| Hex | BD | BA | 81 | 0 | 2 | 20 | 1A | 39 | 1F | 3E |
| Octal | 275 | 272 | 201 | 0 | 2 | 40 | 32 | 71 | 37 | 76 |
| Binary | 10111101 | 10111010 | 10000001 | 0 | 10 | 100000 | 11010 | 111001 | 11111 | 111110 |
Color Harmonies of #BDBA81
Complementary color
Monochromatic Colors of #BDBA81
Black with #BDBA81
Text Example
Text Example
White with #BDBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA81; }
p { color: rgb(189,186,129); }
H1.HeaderClassName
{
color: #BDBA81;
}
.AnyTagClassName
{
color: #BDBA81;
}
</style>
background-color css
<style>
a { background-color: #BDBA81; }
a { background-color: rgb(189,186,129); }
div.DivClassName
{
background-color: #BDBA81;
}
.BgClassName
{
background-color: #BDBA81;
}
</style>
border-color css
<style>
span { border-color: #BDBA81; }
span { border-color: rgb(189,186,129); }
td.TdClassName
{
border-color: #BDBA81;
}
.TagClassName
{
border-color: #BDBA81;
}
</style>