Shades of Martini #BDA4A2
Tints of Martini #BDA4A2
RGB
CMYK
RGB Variations
Color information
#BDA4A2 (or 0xBDA4A2) is known color: Martini. HEX triplet: BD, A4 and A2. RGB value is (189,164,162). Sum of RGB (Red+Green+Blue) = 189+164+162=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A2 is #425B5D. Grayscale: #ABABAB. Windows color (decimal): -4348766 or 10659005. OLE color: 10659005.
HSL color Cylindrical-coordinate representation of color #BDA4A2: hue angle of 4.44º degrees, saturation: 0.17, 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 #BDA4A2 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 164 | 162 | - |
CMYK | 0 | 0.13 | 0.14 | 0.26 |
HSL | 4.44º | 0.17% | 0.69% | - |
HSV(B) | 4.44º | 0.14% | 0.74% | - |
XYZ | 40.78 | 39.98 | 39.75 | - |
YUV | 171.25 | 122.78 | 140.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 164 | 162 | 0 | 0.13 | 0.14 | 0.26 | 4.44 | 0.17 | 0.69 |
Hex | BD | A4 | A2 | 0 | D | E | 1A | 4 | 11 | 45 |
Octal | 275 | 244 | 242 | 0 | 15 | 16 | 32 | 4 | 21 | 105 |
Binary | 10111101 | 10100100 | 10100010 | 0 | 1101 | 1110 | 11010 | 100 | 10001 | 1000101 |
Color Harmonies of #BDA4A2
Complementary color
Monochromatic Colors of #BDA4A2
Black with #BDA4A2
Text Example
Text Example
White with #BDA4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4A2; }
p { color: rgb(189,164,162); }
H1.HeaderClassName
{
color: #BDA4A2;
}
.AnyTagClassName
{
color: #BDA4A2;
}
</style>
background-color css
<style>
a { background-color: #BDA4A2; }
a { background-color: rgb(189,164,162); }
div.DivClassName
{
background-color: #BDA4A2;
}
.BgClassName
{
background-color: #BDA4A2;
}
</style>
border-color css
<style>
span { border-color: #BDA4A2; }
span { border-color: rgb(189,164,162); }
td.TdClassName
{
border-color: #BDA4A2;
}
.TagClassName
{
border-color: #BDA4A2;
}
</style>