Shades of Martini #BDA49D
Tints of Martini #BDA49D
RGB
CMYK
RGB Variations
Color information
#BDA49D (or 0xBDA49D) is known color: Martini. HEX triplet: BD, A4 and 9D. RGB value is (189,164,157). Sum of RGB (Red+Green+Blue) = 189+164+157=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA49D is #425B62. Grayscale: #AAAAAA. Windows color (decimal): -4348771 or 10331325. OLE color: 10331325.
HSL color Cylindrical-coordinate representation of color #BDA49D: hue angle of 13.12º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA49D is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 157 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.26 |
| HSL | 13.13º | 0.2% | 0.68% | - |
| HSV(B) | 13.13º | 0.17% | 0.74% | - |
| XYZ | 40.35 | 39.8 | 37.45 | - |
| YUV | 170.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 157 | 0 | 0.13 | 0.17 | 0.26 | 13.13 | 0.2 | 0.68 |
| Hex | BD | A4 | 9D | 0 | D | 11 | 1A | D | 14 | 44 |
| Octal | 275 | 244 | 235 | 0 | 15 | 21 | 32 | 15 | 24 | 104 |
| Binary | 10111101 | 10100100 | 10011101 | 0 | 1101 | 10001 | 11010 | 1101 | 10100 | 1000100 |
Color Harmonies of #BDA49D
Complementary color
Monochromatic Colors of #BDA49D
Black with #BDA49D
Text Example
Text Example
White with #BDA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA49D; }
p { color: rgb(189,164,157); }
H1.HeaderClassName
{
color: #BDA49D;
}
.AnyTagClassName
{
color: #BDA49D;
}
</style>
background-color css
<style>
a { background-color: #BDA49D; }
a { background-color: rgb(189,164,157); }
div.DivClassName
{
background-color: #BDA49D;
}
.BgClassName
{
background-color: #BDA49D;
}
</style>
border-color css
<style>
span { border-color: #BDA49D; }
span { border-color: rgb(189,164,157); }
td.TdClassName
{
border-color: #BDA49D;
}
.TagClassName
{
border-color: #BDA49D;
}
</style>