Shades of Martini #BDA3A0
Tints of Martini #BDA3A0
RGB
CMYK
RGB Variations
Color information
#BDA3A0 (or 0xBDA3A0) is known color: Martini. HEX triplet: BD, A3 and A0. RGB value is (189,163,160). Sum of RGB (Red+Green+Blue) = 189+163+160=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3A0 is #425C5F. Grayscale: #AAAAAA. Windows color (decimal): -4349024 or 10527677. OLE color: 10527677.
HSL color Cylindrical-coordinate representation of color #BDA3A0: hue angle of 6.21º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA3A0 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 163 | 160 | - |
CMYK | 0 | 0.14 | 0.15 | 0.26 |
HSL | 6.21º | 0.18% | 0.68% | - |
HSV(B) | 6.21º | 0.15% | 0.74% | - |
XYZ | 40.43 | 39.55 | 38.76 | - |
YUV | 170.43 | 122.11 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 163 | 160 | 0 | 0.14 | 0.15 | 0.26 | 6.21 | 0.18 | 0.68 |
Hex | BD | A3 | A0 | 0 | E | F | 1A | 6 | 12 | 44 |
Octal | 275 | 243 | 240 | 0 | 16 | 17 | 32 | 6 | 22 | 104 |
Binary | 10111101 | 10100011 | 10100000 | 0 | 1110 | 1111 | 11010 | 110 | 10010 | 1000100 |
Color Harmonies of #BDA3A0
Complementary color
Monochromatic Colors of #BDA3A0
Black with #BDA3A0
Text Example
Text Example
White with #BDA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3A0; }
p { color: rgb(189,163,160); }
H1.HeaderClassName
{
color: #BDA3A0;
}
.AnyTagClassName
{
color: #BDA3A0;
}
</style>
background-color css
<style>
a { background-color: #BDA3A0; }
a { background-color: rgb(189,163,160); }
div.DivClassName
{
background-color: #BDA3A0;
}
.BgClassName
{
background-color: #BDA3A0;
}
</style>
border-color css
<style>
span { border-color: #BDA3A0; }
span { border-color: rgb(189,163,160); }
td.TdClassName
{
border-color: #BDA3A0;
}
.TagClassName
{
border-color: #BDA3A0;
}
</style>