Shades of Martini #BDABA4
Tints of Martini #BDABA4
RGB
CMYK
RGB Variations
Color information
#BDABA4 (or 0xBDABA4) is known color: Martini. HEX triplet: BD, AB and A4. RGB value is (189,171,164). Sum of RGB (Red+Green+Blue) = 189+171+164=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA4 is #42545B. Grayscale: #AFAFAF. Windows color (decimal): -4346972 or 10791869. OLE color: 10791869.
HSL color Cylindrical-coordinate representation of color #BDABA4: hue angle of 16.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDABA4 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 164 | - |
CMYK | 0 | 0.10 | 0.13 | 0.26 |
HSL | 16.8º | 0.16% | 0.69% | - |
HSV(B) | 16.8º | 0.13% | 0.74% | - |
XYZ | 42.25 | 42.62 | 41.12 | - |
YUV | 175.58 | 121.46 | 137.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 164 | 0 | 0.10 | 0.13 | 0.26 | 16.8 | 0.16 | 0.69 |
Hex | BD | AB | A4 | 0 | A | D | 1A | 11 | 10 | 45 |
Octal | 275 | 253 | 244 | 0 | 12 | 15 | 32 | 21 | 20 | 105 |
Binary | 10111101 | 10101011 | 10100100 | 0 | 1010 | 1101 | 11010 | 10001 | 10000 | 1000101 |
Color Harmonies of #BDABA4
Complementary color
Monochromatic Colors of #BDABA4
Black with #BDABA4
Text Example
Text Example
White with #BDABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA4; }
p { color: rgb(189,171,164); }
H1.HeaderClassName
{
color: #BDABA4;
}
.AnyTagClassName
{
color: #BDABA4;
}
</style>
background-color css
<style>
a { background-color: #BDABA4; }
a { background-color: rgb(189,171,164); }
div.DivClassName
{
background-color: #BDABA4;
}
.BgClassName
{
background-color: #BDABA4;
}
</style>
border-color css
<style>
span { border-color: #BDABA4; }
span { border-color: rgb(189,171,164); }
td.TdClassName
{
border-color: #BDABA4;
}
.TagClassName
{
border-color: #BDABA4;
}
</style>