Shades of Martini #BDA9A3
Tints of Martini #BDA9A3
RGB
CMYK
RGB Variations
Color information
#BDA9A3 (or 0xBDA9A3) is known color: Martini. HEX triplet: BD, A9 and A3. RGB value is (189,169,163). Sum of RGB (Red+Green+Blue) = 189+169+163=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9A3 is #42565C. Grayscale: #AEAEAE. Windows color (decimal): -4347485 or 10725821. OLE color: 10725821.
HSL color Cylindrical-coordinate representation of color #BDA9A3: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA9A3 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 163 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.26 |
| HSL | 13.85º | 0.16% | 0.69% | - |
| HSV(B) | 13.85º | 0.14% | 0.74% | - |
| XYZ | 41.79 | 41.84 | 40.52 | - |
| YUV | 174.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 163 | 0 | 0.11 | 0.14 | 0.26 | 13.85 | 0.16 | 0.69 |
| Hex | BD | A9 | A3 | 0 | B | E | 1A | E | 10 | 45 |
| Octal | 275 | 251 | 243 | 0 | 13 | 16 | 32 | 16 | 20 | 105 |
| Binary | 10111101 | 10101001 | 10100011 | 0 | 1011 | 1110 | 11010 | 1110 | 10000 | 1000101 |
Color Harmonies of #BDA9A3
Complementary color
Monochromatic Colors of #BDA9A3
Black with #BDA9A3
Text Example
Text Example
White with #BDA9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9A3; }
p { color: rgb(189,169,163); }
H1.HeaderClassName
{
color: #BDA9A3;
}
.AnyTagClassName
{
color: #BDA9A3;
}
</style>
background-color css
<style>
a { background-color: #BDA9A3; }
a { background-color: rgb(189,169,163); }
div.DivClassName
{
background-color: #BDA9A3;
}
.BgClassName
{
background-color: #BDA9A3;
}
</style>
border-color css
<style>
span { border-color: #BDA9A3; }
span { border-color: rgb(189,169,163); }
td.TdClassName
{
border-color: #BDA9A3;
}
.TagClassName
{
border-color: #BDA9A3;
}
</style>