Shades of Martini #B5A4A0
Tints of Martini #B5A4A0
RGB
CMYK
RGB Variations
Color information
#B5A4A0 (or 0xB5A4A0) is known color: Martini. HEX triplet: B5, A4 and A0. RGB value is (181,164,160). Sum of RGB (Red+Green+Blue) = 181+164+160=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A4A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A4A0 is #4A5B5F. Grayscale: #A8A8A8. Windows color (decimal): -4873056 or 10527925. OLE color: 10527925.
HSL color Cylindrical-coordinate representation of color #B5A4A0: hue angle of 11.43º 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 #B5A4A0 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 164 | 160 | - |
CMYK | 0 | 0.09 | 0.12 | 0.29 |
HSL | 11.43º | 0.12% | 0.67% | - |
HSV(B) | 11.43º | 0.12% | 0.71% | - |
XYZ | 38.68 | 38.91 | 38.73 | - |
YUV | 168.63 | 123.13 | 136.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 164 | 160 | 0 | 0.09 | 0.12 | 0.29 | 11.43 | 0.12 | 0.67 |
Hex | B5 | A4 | A0 | 0 | 9 | C | 1D | B | C | 43 |
Octal | 265 | 244 | 240 | 0 | 11 | 14 | 35 | 13 | 14 | 103 |
Binary | 10110101 | 10100100 | 10100000 | 0 | 1001 | 1100 | 11101 | 1011 | 1100 | 1000011 |
Color Harmonies of #B5A4A0
Complementary color
Monochromatic Colors of #B5A4A0
Black with #B5A4A0
Text Example
Text Example
White with #B5A4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A4A0; }
p { color: rgb(181,164,160); }
H1.HeaderClassName
{
color: #B5A4A0;
}
.AnyTagClassName
{
color: #B5A4A0;
}
</style>
background-color css
<style>
a { background-color: #B5A4A0; }
a { background-color: rgb(181,164,160); }
div.DivClassName
{
background-color: #B5A4A0;
}
.BgClassName
{
background-color: #B5A4A0;
}
</style>
border-color css
<style>
span { border-color: #B5A4A0; }
span { border-color: rgb(181,164,160); }
td.TdClassName
{
border-color: #B5A4A0;
}
.TagClassName
{
border-color: #B5A4A0;
}
</style>