Shades of Martini #B5A29E
Tints of Martini #B5A29E
RGB
CMYK
RGB Variations
Color information
#B5A29E (or 0xB5A29E) is known color: Martini. HEX triplet: B5, A2 and 9E. RGB value is (181,162,158). Sum of RGB (Red+Green+Blue) = 181+162+158=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A29E is #4A5D61. Grayscale: #A7A7A7. Windows color (decimal): -4873570 or 10396341. OLE color: 10396341.
HSL color Cylindrical-coordinate representation of color #B5A29E: hue angle of 10.43º 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 #B5A29E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 158 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.29 |
| HSL | 10.43º | 0.13% | 0.66% | - |
| HSV(B) | 10.43º | 0.13% | 0.71% | - |
| XYZ | 38.15 | 38.13 | 37.7 | - |
| YUV | 167.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 158 | 0 | 0.10 | 0.13 | 0.29 | 10.43 | 0.13 | 0.66 |
| Hex | B5 | A2 | 9E | 0 | A | D | 1D | A | D | 42 |
| Octal | 265 | 242 | 236 | 0 | 12 | 15 | 35 | 12 | 15 | 102 |
| Binary | 10110101 | 10100010 | 10011110 | 0 | 1010 | 1101 | 11101 | 1010 | 1101 | 1000010 |
Color Harmonies of #B5A29E
Complementary color
Monochromatic Colors of #B5A29E
Black with #B5A29E
Text Example
Text Example
White with #B5A29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A29E; }
p { color: rgb(181,162,158); }
H1.HeaderClassName
{
color: #B5A29E;
}
.AnyTagClassName
{
color: #B5A29E;
}
</style>
background-color css
<style>
a { background-color: #B5A29E; }
a { background-color: rgb(181,162,158); }
div.DivClassName
{
background-color: #B5A29E;
}
.BgClassName
{
background-color: #B5A29E;
}
</style>
border-color css
<style>
span { border-color: #B5A29E; }
span { border-color: rgb(181,162,158); }
td.TdClassName
{
border-color: #B5A29E;
}
.TagClassName
{
border-color: #B5A29E;
}
</style>