Shades of Martini #B5A39E
Tints of Martini #B5A39E
RGB
CMYK
RGB Variations
Color information
#B5A39E (or 0xB5A39E) is known color: Martini. HEX triplet: B5, A3 and 9E. RGB value is (181,163,158). Sum of RGB (Red+Green+Blue) = 181+163+158=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A39E is #4A5C61. Grayscale: #A7A7A7. Windows color (decimal): -4873314 or 10396597. OLE color: 10396597.
HSL color Cylindrical-coordinate representation of color #B5A39E: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5A39E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 158 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.29 |
| HSL | 13.04º | 0.13% | 0.66% | - |
| HSV(B) | 13.04º | 0.13% | 0.71% | - |
| XYZ | 38.32 | 38.49 | 37.76 | - |
| YUV | 167.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 158 | 0 | 0.10 | 0.13 | 0.29 | 13.04 | 0.13 | 0.66 |
| Hex | B5 | A3 | 9E | 0 | A | D | 1D | D | D | 42 |
| Octal | 265 | 243 | 236 | 0 | 12 | 15 | 35 | 15 | 15 | 102 |
| Binary | 10110101 | 10100011 | 10011110 | 0 | 1010 | 1101 | 11101 | 1101 | 1101 | 1000010 |
Color Harmonies of #B5A39E
Complementary color
Monochromatic Colors of #B5A39E
Black with #B5A39E
Text Example
Text Example
White with #B5A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A39E; }
p { color: rgb(181,163,158); }
H1.HeaderClassName
{
color: #B5A39E;
}
.AnyTagClassName
{
color: #B5A39E;
}
</style>
background-color css
<style>
a { background-color: #B5A39E; }
a { background-color: rgb(181,163,158); }
div.DivClassName
{
background-color: #B5A39E;
}
.BgClassName
{
background-color: #B5A39E;
}
</style>
border-color css
<style>
span { border-color: #B5A39E; }
span { border-color: rgb(181,163,158); }
td.TdClassName
{
border-color: #B5A39E;
}
.TagClassName
{
border-color: #B5A39E;
}
</style>