Shades of Martini #B5A19D
Tints of Martini #B5A19D
RGB
CMYK
RGB Variations
Color information
#B5A19D (or 0xB5A19D) is known color: Martini. HEX triplet: B5, A1 and 9D. RGB value is (181,161,157). Sum of RGB (Red+Green+Blue) = 181+161+157=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A19D is #4A5E62. Grayscale: #A6A6A6. Windows color (decimal): -4873827 or 10330549. OLE color: 10330549.
HSL color Cylindrical-coordinate representation of color #B5A19D: hue angle of 10º degrees, saturation: 0.14, 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 #B5A19D is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 157 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.29 |
| HSL | 10º | 0.14% | 0.66% | - |
| HSV(B) | 10º | 0.13% | 0.71% | - |
| XYZ | 37.89 | 37.75 | 37.19 | - |
| YUV | 166.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 157 | 0 | 0.11 | 0.13 | 0.29 | 10 | 0.14 | 0.66 |
| Hex | B5 | A1 | 9D | 0 | B | D | 1D | A | E | 42 |
| Octal | 265 | 241 | 235 | 0 | 13 | 15 | 35 | 12 | 16 | 102 |
| Binary | 10110101 | 10100001 | 10011101 | 0 | 1011 | 1101 | 11101 | 1010 | 1110 | 1000010 |
Color Harmonies of #B5A19D
Complementary color
Monochromatic Colors of #B5A19D
Black with #B5A19D
Text Example
Text Example
White with #B5A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A19D; }
p { color: rgb(181,161,157); }
H1.HeaderClassName
{
color: #B5A19D;
}
.AnyTagClassName
{
color: #B5A19D;
}
</style>
background-color css
<style>
a { background-color: #B5A19D; }
a { background-color: rgb(181,161,157); }
div.DivClassName
{
background-color: #B5A19D;
}
.BgClassName
{
background-color: #B5A19D;
}
</style>
border-color css
<style>
span { border-color: #B5A19D; }
span { border-color: rgb(181,161,157); }
td.TdClassName
{
border-color: #B5A19D;
}
.TagClassName
{
border-color: #B5A19D;
}
</style>