Shades of Martini #BDA5A4
Tints of Martini #BDA5A4
RGB
CMYK
RGB Variations
Color information
#BDA5A4 (or 0xBDA5A4) is known color: Martini. HEX triplet: BD, A5 and A4. RGB value is (189,165,164). Sum of RGB (Red+Green+Blue) = 189+165+164=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5A4 is #425A5B. Grayscale: #ACACAC. Windows color (decimal): -4348508 or 10790333. OLE color: 10790333.
HSL color Cylindrical-coordinate representation of color #BDA5A4: hue angle of 2.4º 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 #BDA5A4 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 164 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.26 |
| HSL | 2.4º | 0.16% | 0.69% | - |
| HSV(B) | 2.4º | 0.13% | 0.74% | - |
| XYZ | 41.14 | 40.41 | 40.75 | - |
| YUV | 172.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 164 | 0 | 0.13 | 0.13 | 0.26 | 2.4 | 0.16 | 0.69 |
| Hex | BD | A5 | A4 | 0 | D | D | 1A | 2 | 10 | 45 |
| Octal | 275 | 245 | 244 | 0 | 15 | 15 | 32 | 2 | 20 | 105 |
| Binary | 10111101 | 10100101 | 10100100 | 0 | 1101 | 1101 | 11010 | 10 | 10000 | 1000101 |
Color Harmonies of #BDA5A4
Complementary color
Monochromatic Colors of #BDA5A4
Black with #BDA5A4
Text Example
Text Example
White with #BDA5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5A4; }
p { color: rgb(189,165,164); }
H1.HeaderClassName
{
color: #BDA5A4;
}
.AnyTagClassName
{
color: #BDA5A4;
}
</style>
background-color css
<style>
a { background-color: #BDA5A4; }
a { background-color: rgb(189,165,164); }
div.DivClassName
{
background-color: #BDA5A4;
}
.BgClassName
{
background-color: #BDA5A4;
}
</style>
border-color css
<style>
span { border-color: #BDA5A4; }
span { border-color: rgb(189,165,164); }
td.TdClassName
{
border-color: #BDA5A4;
}
.TagClassName
{
border-color: #BDA5A4;
}
</style>