Shades of Martini #BDA4A0
Tints of Martini #BDA4A0
RGB
CMYK
RGB Variations
Color information
#BDA4A0 (or 0xBDA4A0) is known color: Martini. HEX triplet: BD, A4 and A0. RGB value is (189,164,160). Sum of RGB (Red+Green+Blue) = 189+164+160=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A0 is #425B5F. Grayscale: #ABABAB. Windows color (decimal): -4348768 or 10527933. OLE color: 10527933.
HSL color Cylindrical-coordinate representation of color #BDA4A0: hue angle of 8.28º 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 #BDA4A0 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 164 | 160 | - |
CMYK | 0 | 0.13 | 0.15 | 0.26 |
HSL | 8.28º | 0.18% | 0.68% | - |
HSV(B) | 8.28º | 0.15% | 0.74% | - |
XYZ | 40.61 | 39.91 | 38.82 | - |
YUV | 171.02 | 121.78 | 140.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 164 | 160 | 0 | 0.13 | 0.15 | 0.26 | 8.28 | 0.18 | 0.68 |
Hex | BD | A4 | A0 | 0 | D | F | 1A | 8 | 12 | 44 |
Octal | 275 | 244 | 240 | 0 | 15 | 17 | 32 | 10 | 22 | 104 |
Binary | 10111101 | 10100100 | 10100000 | 0 | 1101 | 1111 | 11010 | 1000 | 10010 | 1000100 |
Color Harmonies of #BDA4A0
Complementary color
Monochromatic Colors of #BDA4A0
Black with #BDA4A0
Text Example
Text Example
White with #BDA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4A0; }
p { color: rgb(189,164,160); }
H1.HeaderClassName
{
color: #BDA4A0;
}
.AnyTagClassName
{
color: #BDA4A0;
}
</style>
background-color css
<style>
a { background-color: #BDA4A0; }
a { background-color: rgb(189,164,160); }
div.DivClassName
{
background-color: #BDA4A0;
}
.BgClassName
{
background-color: #BDA4A0;
}
</style>
border-color css
<style>
span { border-color: #BDA4A0; }
span { border-color: rgb(189,164,160); }
td.TdClassName
{
border-color: #BDA4A0;
}
.TagClassName
{
border-color: #BDA4A0;
}
</style>