Shades of Martini #B5A49E
Tints of Martini #B5A49E
RGB
CMYK
RGB Variations
Color information
#B5A49E (or 0xB5A49E) is known color: Martini. HEX triplet: B5, A4 and 9E. RGB value is (181,164,158). Sum of RGB (Red+Green+Blue) = 181+164+158=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A49E is #4A5B61. Grayscale: #A8A8A8. Windows color (decimal): -4873058 or 10396853. OLE color: 10396853.
HSL color Cylindrical-coordinate representation of color #B5A49E: hue angle of 15.65º 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 #B5A49E is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 158 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.29 |
| HSL | 15.65º | 0.13% | 0.66% | - |
| HSV(B) | 15.65º | 0.13% | 0.71% | - |
| XYZ | 38.5 | 38.84 | 37.82 | - |
| YUV | 168.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 158 | 0 | 0.09 | 0.13 | 0.29 | 15.65 | 0.13 | 0.66 |
| Hex | B5 | A4 | 9E | 0 | 9 | D | 1D | 10 | D | 42 |
| Octal | 265 | 244 | 236 | 0 | 11 | 15 | 35 | 20 | 15 | 102 |
| Binary | 10110101 | 10100100 | 10011110 | 0 | 1001 | 1101 | 11101 | 10000 | 1101 | 1000010 |
Color Harmonies of #B5A49E
Complementary color
Monochromatic Colors of #B5A49E
Black with #B5A49E
Text Example
Text Example
White with #B5A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A49E; }
p { color: rgb(181,164,158); }
H1.HeaderClassName
{
color: #B5A49E;
}
.AnyTagClassName
{
color: #B5A49E;
}
</style>
background-color css
<style>
a { background-color: #B5A49E; }
a { background-color: rgb(181,164,158); }
div.DivClassName
{
background-color: #B5A49E;
}
.BgClassName
{
background-color: #B5A49E;
}
</style>
border-color css
<style>
span { border-color: #B5A49E; }
span { border-color: rgb(181,164,158); }
td.TdClassName
{
border-color: #B5A49E;
}
.TagClassName
{
border-color: #B5A49E;
}
</style>