Shades of Martini #B5ABA9
Tints of Martini #B5ABA9
RGB
CMYK
RGB Variations
Color information
#B5ABA9 (or 0xB5ABA9) is known color: Martini. HEX triplet: B5, AB and A9. RGB value is (181,171,169). Sum of RGB (Red+Green+Blue) = 181+171+169=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABA9 is #4A5456. Grayscale: #ADADAD. Windows color (decimal): -4871255 or 11119541. OLE color: 11119541.
HSL color Cylindrical-coordinate representation of color #B5ABA9: hue angle of 10º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5ABA9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 171 | 169 | - |
CMYK | 0 | 0.06 | 0.07 | 0.29 |
HSL | 10º | 0.08% | 0.69% | - |
HSV(B) | 10º | 0.07% | 0.71% | - |
XYZ | 40.78 | 41.81 | 43.46 | - |
YUV | 173.76 | 125.31 | 133.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 169 | 0 | 0.06 | 0.07 | 0.29 | 10 | 0.08 | 0.69 |
Hex | B5 | AB | A9 | 0 | 6 | 7 | 1D | A | 8 | 45 |
Octal | 265 | 253 | 251 | 0 | 6 | 7 | 35 | 12 | 10 | 105 |
Binary | 10110101 | 10101011 | 10101001 | 0 | 110 | 111 | 11101 | 1010 | 1000 | 1000101 |
Color Harmonies of #B5ABA9
Complementary color
Monochromatic Colors of #B5ABA9
Black with #B5ABA9
Text Example
Text Example
White with #B5ABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABA9; }
p { color: rgb(181,171,169); }
H1.HeaderClassName
{
color: #B5ABA9;
}
.AnyTagClassName
{
color: #B5ABA9;
}
</style>
background-color css
<style>
a { background-color: #B5ABA9; }
a { background-color: rgb(181,171,169); }
div.DivClassName
{
background-color: #B5ABA9;
}
.BgClassName
{
background-color: #B5ABA9;
}
</style>
border-color css
<style>
span { border-color: #B5ABA9; }
span { border-color: rgb(181,171,169); }
td.TdClassName
{
border-color: #B5ABA9;
}
.TagClassName
{
border-color: #B5ABA9;
}
</style>