Shades of Martini #BDA49E
Tints of Martini #BDA49E
RGB
CMYK
RGB Variations
Color information
#BDA49E (or 0xBDA49E) is known color: Martini. HEX triplet: BD, A4 and 9E. RGB value is (189,164,158). Sum of RGB (Red+Green+Blue) = 189+164+158=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA49E is #425B61. Grayscale: #AAAAAA. Windows color (decimal): -4348770 or 10396861. OLE color: 10396861.
HSL color Cylindrical-coordinate representation of color #BDA49E: hue angle of 11.61º 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 #BDA49E is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 158 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.26 |
| HSL | 11.61º | 0.19% | 0.68% | - |
| HSV(B) | 11.61º | 0.16% | 0.74% | - |
| XYZ | 40.43 | 39.84 | 37.91 | - |
| YUV | 170.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 158 | 0 | 0.13 | 0.16 | 0.26 | 11.61 | 0.19 | 0.68 |
| Hex | BD | A4 | 9E | 0 | D | 10 | 1A | C | 13 | 44 |
| Octal | 275 | 244 | 236 | 0 | 15 | 20 | 32 | 14 | 23 | 104 |
| Binary | 10111101 | 10100100 | 10011110 | 0 | 1101 | 10000 | 11010 | 1100 | 10011 | 1000100 |
Color Harmonies of #BDA49E
Complementary color
Monochromatic Colors of #BDA49E
Black with #BDA49E
Text Example
Text Example
White with #BDA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA49E; }
p { color: rgb(189,164,158); }
H1.HeaderClassName
{
color: #BDA49E;
}
.AnyTagClassName
{
color: #BDA49E;
}
</style>
background-color css
<style>
a { background-color: #BDA49E; }
a { background-color: rgb(189,164,158); }
div.DivClassName
{
background-color: #BDA49E;
}
.BgClassName
{
background-color: #BDA49E;
}
</style>
border-color css
<style>
span { border-color: #BDA49E; }
span { border-color: rgb(189,164,158); }
td.TdClassName
{
border-color: #BDA49E;
}
.TagClassName
{
border-color: #BDA49E;
}
</style>