Shades of Martini #BDA7A3
Tints of Martini #BDA7A3
RGB
CMYK
RGB Variations
Color information
#BDA7A3 (or 0xBDA7A3) is known color: Martini. HEX triplet: BD, A7 and A3. RGB value is (189,167,163). Sum of RGB (Red+Green+Blue) = 189+167+163=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7A3 is #42585C. Grayscale: #ADADAD. Windows color (decimal): -4347997 or 10725309. OLE color: 10725309.
HSL color Cylindrical-coordinate representation of color #BDA7A3: hue angle of 9.23º 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 #BDA7A3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 163 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.26 |
| HSL | 9.23º | 0.16% | 0.69% | - |
| HSV(B) | 9.23º | 0.14% | 0.74% | - |
| XYZ | 41.42 | 41.1 | 40.4 | - |
| YUV | 173.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 163 | 0 | 0.12 | 0.14 | 0.26 | 9.23 | 0.16 | 0.69 |
| Hex | BD | A7 | A3 | 0 | C | E | 1A | 9 | 10 | 45 |
| Octal | 275 | 247 | 243 | 0 | 14 | 16 | 32 | 11 | 20 | 105 |
| Binary | 10111101 | 10100111 | 10100011 | 0 | 1100 | 1110 | 11010 | 1001 | 10000 | 1000101 |
Color Harmonies of #BDA7A3
Complementary color
Monochromatic Colors of #BDA7A3
Black with #BDA7A3
Text Example
Text Example
White with #BDA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7A3; }
p { color: rgb(189,167,163); }
H1.HeaderClassName
{
color: #BDA7A3;
}
.AnyTagClassName
{
color: #BDA7A3;
}
</style>
background-color css
<style>
a { background-color: #BDA7A3; }
a { background-color: rgb(189,167,163); }
div.DivClassName
{
background-color: #BDA7A3;
}
.BgClassName
{
background-color: #BDA7A3;
}
</style>
border-color css
<style>
span { border-color: #BDA7A3; }
span { border-color: rgb(189,167,163); }
td.TdClassName
{
border-color: #BDA7A3;
}
.TagClassName
{
border-color: #BDA7A3;
}
</style>