Shades of Martini #BDA5A3
Tints of Martini #BDA5A3
RGB
CMYK
RGB Variations
Color information
#BDA5A3 (or 0xBDA5A3) is known color: Martini. HEX triplet: BD, A5 and A3. RGB value is (189,165,163). Sum of RGB (Red+Green+Blue) = 189+165+163=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5A3 is #425A5C. Grayscale: #ABABAB. Windows color (decimal): -4348509 or 10724797. OLE color: 10724797.
HSL color Cylindrical-coordinate representation of color #BDA5A3: hue angle of 4.62º 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 #BDA5A3 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 163 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.26 |
| HSL | 4.62º | 0.16% | 0.69% | - |
| HSV(B) | 4.62º | 0.14% | 0.74% | - |
| XYZ | 41.05 | 40.37 | 40.28 | - |
| YUV | 171.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 163 | 0 | 0.13 | 0.14 | 0.26 | 4.62 | 0.16 | 0.69 |
| Hex | BD | A5 | A3 | 0 | D | E | 1A | 5 | 10 | 45 |
| Octal | 275 | 245 | 243 | 0 | 15 | 16 | 32 | 5 | 20 | 105 |
| Binary | 10111101 | 10100101 | 10100011 | 0 | 1101 | 1110 | 11010 | 101 | 10000 | 1000101 |
Color Harmonies of #BDA5A3
Complementary color
Monochromatic Colors of #BDA5A3
Black with #BDA5A3
Text Example
Text Example
White with #BDA5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5A3; }
p { color: rgb(189,165,163); }
H1.HeaderClassName
{
color: #BDA5A3;
}
.AnyTagClassName
{
color: #BDA5A3;
}
</style>
background-color css
<style>
a { background-color: #BDA5A3; }
a { background-color: rgb(189,165,163); }
div.DivClassName
{
background-color: #BDA5A3;
}
.BgClassName
{
background-color: #BDA5A3;
}
</style>
border-color css
<style>
span { border-color: #BDA5A3; }
span { border-color: rgb(189,165,163); }
td.TdClassName
{
border-color: #BDA5A3;
}
.TagClassName
{
border-color: #BDA5A3;
}
</style>