Shades of Martini #B5A39D
Tints of Martini #B5A39D
RGB
CMYK
RGB Variations
Color information
#B5A39D (or 0xB5A39D) is known color: Martini. HEX triplet: B5, A3 and 9D. RGB value is (181,163,157). Sum of RGB (Red+Green+Blue) = 181+163+157=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A39D is #4A5C62. Grayscale: #A7A7A7. Windows color (decimal): -4873315 or 10331061. OLE color: 10331061.
HSL color Cylindrical-coordinate representation of color #B5A39D: hue angle of 15º 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 #B5A39D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 163 | 157 | - |
CMYK | 0 | 0.10 | 0.13 | 0.29 |
HSL | 15º | 0.14% | 0.66% | - |
HSV(B) | 15º | 0.13% | 0.71% | - |
XYZ | 38.24 | 38.45 | 37.3 | - |
YUV | 167.7 | 121.96 | 137.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 163 | 157 | 0 | 0.10 | 0.13 | 0.29 | 15 | 0.14 | 0.66 |
Hex | B5 | A3 | 9D | 0 | A | D | 1D | F | E | 42 |
Octal | 265 | 243 | 235 | 0 | 12 | 15 | 35 | 17 | 16 | 102 |
Binary | 10110101 | 10100011 | 10011101 | 0 | 1010 | 1101 | 11101 | 1111 | 1110 | 1000010 |
Color Harmonies of #B5A39D
Complementary color
Monochromatic Colors of #B5A39D
Black with #B5A39D
Text Example
Text Example
White with #B5A39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A39D; }
p { color: rgb(181,163,157); }
H1.HeaderClassName
{
color: #B5A39D;
}
.AnyTagClassName
{
color: #B5A39D;
}
</style>
background-color css
<style>
a { background-color: #B5A39D; }
a { background-color: rgb(181,163,157); }
div.DivClassName
{
background-color: #B5A39D;
}
.BgClassName
{
background-color: #B5A39D;
}
</style>
border-color css
<style>
span { border-color: #B5A39D; }
span { border-color: rgb(181,163,157); }
td.TdClassName
{
border-color: #B5A39D;
}
.TagClassName
{
border-color: #B5A39D;
}
</style>