Shades of Martini #BDA4A1
Tints of Martini #BDA4A1
RGB
CMYK
RGB Variations
Color information
#BDA4A1 (or 0xBDA4A1) is known color: Martini. HEX triplet: BD, A4 and A1. RGB value is (189,164,161). Sum of RGB (Red+Green+Blue) = 189+164+161=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A1 is #425B5E. Grayscale: #ABABAB. Windows color (decimal): -4348767 or 10593469. OLE color: 10593469.
HSL color Cylindrical-coordinate representation of color #BDA4A1: hue angle of 6.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA4A1 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 161 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.26 |
| HSL | 6.43º | 0.18% | 0.69% | - |
| HSV(B) | 6.43º | 0.15% | 0.74% | - |
| XYZ | 40.69 | 39.94 | 39.28 | - |
| YUV | 171.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 161 | 0 | 0.13 | 0.15 | 0.26 | 6.43 | 0.18 | 0.69 |
| Hex | BD | A4 | A1 | 0 | D | F | 1A | 6 | 12 | 45 |
| Octal | 275 | 244 | 241 | 0 | 15 | 17 | 32 | 6 | 22 | 105 |
| Binary | 10111101 | 10100100 | 10100001 | 0 | 1101 | 1111 | 11010 | 110 | 10010 | 1000101 |
Color Harmonies of #BDA4A1
Complementary color
Monochromatic Colors of #BDA4A1
Black with #BDA4A1
Text Example
Text Example
White with #BDA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4A1; }
p { color: rgb(189,164,161); }
H1.HeaderClassName
{
color: #BDA4A1;
}
.AnyTagClassName
{
color: #BDA4A1;
}
</style>
background-color css
<style>
a { background-color: #BDA4A1; }
a { background-color: rgb(189,164,161); }
div.DivClassName
{
background-color: #BDA4A1;
}
.BgClassName
{
background-color: #BDA4A1;
}
</style>
border-color css
<style>
span { border-color: #BDA4A1; }
span { border-color: rgb(189,164,161); }
td.TdClassName
{
border-color: #BDA4A1;
}
.TagClassName
{
border-color: #BDA4A1;
}
</style>