Shades of Martini #BDA7A4
Tints of Martini #BDA7A4
RGB
CMYK
RGB Variations
Color information
#BDA7A4 (or 0xBDA7A4) is known color: Martini. HEX triplet: BD, A7 and A4. RGB value is (189,167,164). Sum of RGB (Red+Green+Blue) = 189+167+164=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7A4 is #42585B. Grayscale: #ADADAD. Windows color (decimal): -4347996 or 10790845. OLE color: 10790845.
HSL color Cylindrical-coordinate representation of color #BDA7A4: hue angle of 7.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA7A4 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 164 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.26 |
| HSL | 7.2º | 0.16% | 0.69% | - |
| HSV(B) | 7.2º | 0.13% | 0.74% | - |
| XYZ | 41.51 | 41.14 | 40.87 | - |
| YUV | 173.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 164 | 0 | 0.12 | 0.13 | 0.26 | 7.2 | 0.16 | 0.69 |
| Hex | BD | A7 | A4 | 0 | C | D | 1A | 7 | 10 | 45 |
| Octal | 275 | 247 | 244 | 0 | 14 | 15 | 32 | 7 | 20 | 105 |
| Binary | 10111101 | 10100111 | 10100100 | 0 | 1100 | 1101 | 11010 | 111 | 10000 | 1000101 |
Color Harmonies of #BDA7A4
Complementary color
Monochromatic Colors of #BDA7A4
Black with #BDA7A4
Text Example
Text Example
White with #BDA7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7A4; }
p { color: rgb(189,167,164); }
H1.HeaderClassName
{
color: #BDA7A4;
}
.AnyTagClassName
{
color: #BDA7A4;
}
</style>
background-color css
<style>
a { background-color: #BDA7A4; }
a { background-color: rgb(189,167,164); }
div.DivClassName
{
background-color: #BDA7A4;
}
.BgClassName
{
background-color: #BDA7A4;
}
</style>
border-color css
<style>
span { border-color: #BDA7A4; }
span { border-color: rgb(189,167,164); }
td.TdClassName
{
border-color: #BDA7A4;
}
.TagClassName
{
border-color: #BDA7A4;
}
</style>