Shades of Martini #B5A3A0
Tints of Martini #B5A3A0
RGB
CMYK
RGB Variations
Color information
#B5A3A0 (or 0xB5A3A0) is known color: Martini. HEX triplet: B5, A3 and A0. RGB value is (181,163,160). Sum of RGB (Red+Green+Blue) = 181+163+160=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3A0 is #4A5C5F. Grayscale: #A8A8A8. Windows color (decimal): -4873312 or 10527669. OLE color: 10527669.
HSL color Cylindrical-coordinate representation of color #B5A3A0: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5A3A0 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 160 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.29 |
| HSL | 8.57º | 0.12% | 0.67% | - |
| HSV(B) | 8.57º | 0.12% | 0.71% | - |
| XYZ | 38.5 | 38.56 | 38.67 | - |
| YUV | 168.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 160 | 0 | 0.10 | 0.12 | 0.29 | 8.57 | 0.12 | 0.67 |
| Hex | B5 | A3 | A0 | 0 | A | C | 1D | 9 | C | 43 |
| Octal | 265 | 243 | 240 | 0 | 12 | 14 | 35 | 11 | 14 | 103 |
| Binary | 10110101 | 10100011 | 10100000 | 0 | 1010 | 1100 | 11101 | 1001 | 1100 | 1000011 |
Color Harmonies of #B5A3A0
Complementary color
Monochromatic Colors of #B5A3A0
Black with #B5A3A0
Text Example
Text Example
White with #B5A3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3A0; }
p { color: rgb(181,163,160); }
H1.HeaderClassName
{
color: #B5A3A0;
}
.AnyTagClassName
{
color: #B5A3A0;
}
</style>
background-color css
<style>
a { background-color: #B5A3A0; }
a { background-color: rgb(181,163,160); }
div.DivClassName
{
background-color: #B5A3A0;
}
.BgClassName
{
background-color: #B5A3A0;
}
</style>
border-color css
<style>
span { border-color: #B5A3A0; }
span { border-color: rgb(181,163,160); }
td.TdClassName
{
border-color: #B5A3A0;
}
.TagClassName
{
border-color: #B5A3A0;
}
</style>