Shades of Martini #BDA29E
Tints of Martini #BDA29E
RGB
CMYK
RGB Variations
Color information
#BDA29E (or 0xBDA29E) is known color: Martini. HEX triplet: BD, A2 and 9E. RGB value is (189,162,158). Sum of RGB (Red+Green+Blue) = 189+162+158=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA29E is #425D61. Grayscale: #A9A9A9. Windows color (decimal): -4349282 or 10396349. OLE color: 10396349.
HSL color Cylindrical-coordinate representation of color #BDA29E: hue angle of 7.74º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA29E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 158 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.26 |
| HSL | 7.74º | 0.19% | 0.68% | - |
| HSV(B) | 7.74º | 0.16% | 0.74% | - |
| XYZ | 40.08 | 39.13 | 37.79 | - |
| YUV | 169.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 158 | 0 | 0.14 | 0.16 | 0.26 | 7.74 | 0.19 | 0.68 |
| Hex | BD | A2 | 9E | 0 | E | 10 | 1A | 8 | 13 | 44 |
| Octal | 275 | 242 | 236 | 0 | 16 | 20 | 32 | 10 | 23 | 104 |
| Binary | 10111101 | 10100010 | 10011110 | 0 | 1110 | 10000 | 11010 | 1000 | 10011 | 1000100 |
Color Harmonies of #BDA29E
Complementary color
Monochromatic Colors of #BDA29E
Black with #BDA29E
Text Example
Text Example
White with #BDA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA29E; }
p { color: rgb(189,162,158); }
H1.HeaderClassName
{
color: #BDA29E;
}
.AnyTagClassName
{
color: #BDA29E;
}
</style>
background-color css
<style>
a { background-color: #BDA29E; }
a { background-color: rgb(189,162,158); }
div.DivClassName
{
background-color: #BDA29E;
}
.BgClassName
{
background-color: #BDA29E;
}
</style>
border-color css
<style>
span { border-color: #BDA29E; }
span { border-color: rgb(189,162,158); }
td.TdClassName
{
border-color: #BDA29E;
}
.TagClassName
{
border-color: #BDA29E;
}
</style>