Shades of Martini #B5A49D
Tints of Martini #B5A49D
RGB
CMYK
RGB Variations
Color information
#B5A49D (or 0xB5A49D) is known color: Martini. HEX triplet: B5, A4 and 9D. RGB value is (181,164,157). Sum of RGB (Red+Green+Blue) = 181+164+157=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A49D is #4A5B62. Grayscale: #A8A8A8. Windows color (decimal): -4873059 or 10331317. OLE color: 10331317.
HSL color Cylindrical-coordinate representation of color #B5A49D: hue angle of 17.5º 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 #B5A49D is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 164 | 157 | - |
CMYK | 0 | 0.09 | 0.13 | 0.29 |
HSL | 17.5º | 0.14% | 0.66% | - |
HSV(B) | 17.5º | 0.13% | 0.71% | - |
XYZ | 38.42 | 38.81 | 37.36 | - |
YUV | 168.29 | 121.63 | 137.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 164 | 157 | 0 | 0.09 | 0.13 | 0.29 | 17.5 | 0.14 | 0.66 |
Hex | B5 | A4 | 9D | 0 | 9 | D | 1D | 12 | E | 42 |
Octal | 265 | 244 | 235 | 0 | 11 | 15 | 35 | 22 | 16 | 102 |
Binary | 10110101 | 10100100 | 10011101 | 0 | 1001 | 1101 | 11101 | 10010 | 1110 | 1000010 |
Color Harmonies of #B5A49D
Complementary color
Monochromatic Colors of #B5A49D
Black with #B5A49D
Text Example
Text Example
White with #B5A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A49D; }
p { color: rgb(181,164,157); }
H1.HeaderClassName
{
color: #B5A49D;
}
.AnyTagClassName
{
color: #B5A49D;
}
</style>
background-color css
<style>
a { background-color: #B5A49D; }
a { background-color: rgb(181,164,157); }
div.DivClassName
{
background-color: #B5A49D;
}
.BgClassName
{
background-color: #B5A49D;
}
</style>
border-color css
<style>
span { border-color: #B5A49D; }
span { border-color: rgb(181,164,157); }
td.TdClassName
{
border-color: #B5A49D;
}
.TagClassName
{
border-color: #B5A49D;
}
</style>