Shades of Martini #BDA7A0
Tints of Martini #BDA7A0
RGB
CMYK
RGB Variations
Color information
#BDA7A0 (or 0xBDA7A0) is known color: Martini. HEX triplet: BD, A7 and A0. RGB value is (189,167,160). Sum of RGB (Red+Green+Blue) = 189+167+160=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7A0 is #42585F. Grayscale: #ACACAC. Windows color (decimal): -4348000 or 10528701. OLE color: 10528701.
HSL color Cylindrical-coordinate representation of color #BDA7A0: hue angle of 14.48º 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 #BDA7A0 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 167 | 160 | - |
CMYK | 0 | 0.12 | 0.15 | 0.26 |
HSL | 14.48º | 0.18% | 0.68% | - |
HSV(B) | 14.48º | 0.15% | 0.74% | - |
XYZ | 41.15 | 40.99 | 39 | - |
YUV | 172.78 | 120.79 | 139.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 167 | 160 | 0 | 0.12 | 0.15 | 0.26 | 14.48 | 0.18 | 0.68 |
Hex | BD | A7 | A0 | 0 | C | F | 1A | E | 12 | 44 |
Octal | 275 | 247 | 240 | 0 | 14 | 17 | 32 | 16 | 22 | 104 |
Binary | 10111101 | 10100111 | 10100000 | 0 | 1100 | 1111 | 11010 | 1110 | 10010 | 1000100 |
Color Harmonies of #BDA7A0
Complementary color
Monochromatic Colors of #BDA7A0
Black with #BDA7A0
Text Example
Text Example
White with #BDA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7A0; }
p { color: rgb(189,167,160); }
H1.HeaderClassName
{
color: #BDA7A0;
}
.AnyTagClassName
{
color: #BDA7A0;
}
</style>
background-color css
<style>
a { background-color: #BDA7A0; }
a { background-color: rgb(189,167,160); }
div.DivClassName
{
background-color: #BDA7A0;
}
.BgClassName
{
background-color: #BDA7A0;
}
</style>
border-color css
<style>
span { border-color: #BDA7A0; }
span { border-color: rgb(189,167,160); }
td.TdClassName
{
border-color: #BDA7A0;
}
.TagClassName
{
border-color: #BDA7A0;
}
</style>