Shades of Martini #BAABA4
Tints of Martini #BAABA4
RGB
CMYK
RGB Variations
Color information
#BAABA4 (or 0xBAABA4) is known color: Martini. HEX triplet: BA, AB and A4. RGB value is (186,171,164). Sum of RGB (Red+Green+Blue) = 186+171+164=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABA4 is #45545B. Grayscale: #AEAEAE. Windows color (decimal): -4543580 or 10791866. OLE color: 10791866.
HSL color Cylindrical-coordinate representation of color #BAABA4: hue angle of 19.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAABA4 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 171 | 164 | - |
CMYK | 0 | 0.08 | 0.12 | 0.27 |
HSL | 19.09º | 0.14% | 0.69% | - |
HSV(B) | 19.09º | 0.12% | 0.73% | - |
XYZ | 41.51 | 42.25 | 41.09 | - |
YUV | 174.69 | 121.97 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 171 | 164 | 0 | 0.08 | 0.12 | 0.27 | 19.09 | 0.14 | 0.69 |
Hex | BA | AB | A4 | 0 | 8 | C | 1B | 13 | E | 45 |
Octal | 272 | 253 | 244 | 0 | 10 | 14 | 33 | 23 | 16 | 105 |
Binary | 10111010 | 10101011 | 10100100 | 0 | 1000 | 1100 | 11011 | 10011 | 1110 | 1000101 |
Color Harmonies of #BAABA4
Complementary color
Monochromatic Colors of #BAABA4
Black with #BAABA4
Text Example
Text Example
White with #BAABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABA4; }
p { color: rgb(186,171,164); }
H1.HeaderClassName
{
color: #BAABA4;
}
.AnyTagClassName
{
color: #BAABA4;
}
</style>
background-color css
<style>
a { background-color: #BAABA4; }
a { background-color: rgb(186,171,164); }
div.DivClassName
{
background-color: #BAABA4;
}
.BgClassName
{
background-color: #BAABA4;
}
</style>
border-color css
<style>
span { border-color: #BAABA4; }
span { border-color: rgb(186,171,164); }
td.TdClassName
{
border-color: #BAABA4;
}
.TagClassName
{
border-color: #BAABA4;
}
</style>