Shades of Martini #B5A59D
Tints of Martini #B5A59D
RGB
CMYK
RGB Variations
Color information
#B5A59D (or 0xB5A59D) is known color: Martini. HEX triplet: B5, A5 and 9D. RGB value is (181,165,157). Sum of RGB (Red+Green+Blue) = 181+165+157=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A59D is #4A5A62. Grayscale: #A8A8A8. Windows color (decimal): -4872803 or 10331573. OLE color: 10331573.
HSL color Cylindrical-coordinate representation of color #B5A59D: hue angle of 20º 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 #B5A59D is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 157 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.29 |
| HSL | 20º | 0.14% | 0.66% | - |
| HSV(B) | 20º | 0.13% | 0.71% | - |
| XYZ | 38.6 | 39.17 | 37.42 | - |
| YUV | 168.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 157 | 0 | 0.09 | 0.13 | 0.29 | 20 | 0.14 | 0.66 |
| Hex | B5 | A5 | 9D | 0 | 9 | D | 1D | 14 | E | 42 |
| Octal | 265 | 245 | 235 | 0 | 11 | 15 | 35 | 24 | 16 | 102 |
| Binary | 10110101 | 10100101 | 10011101 | 0 | 1001 | 1101 | 11101 | 10100 | 1110 | 1000010 |
Color Harmonies of #B5A59D
Complementary color
Monochromatic Colors of #B5A59D
Black with #B5A59D
Text Example
Text Example
White with #B5A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A59D; }
p { color: rgb(181,165,157); }
H1.HeaderClassName
{
color: #B5A59D;
}
.AnyTagClassName
{
color: #B5A59D;
}
</style>
background-color css
<style>
a { background-color: #B5A59D; }
a { background-color: rgb(181,165,157); }
div.DivClassName
{
background-color: #B5A59D;
}
.BgClassName
{
background-color: #B5A59D;
}
</style>
border-color css
<style>
span { border-color: #B5A59D; }
span { border-color: rgb(181,165,157); }
td.TdClassName
{
border-color: #B5A59D;
}
.TagClassName
{
border-color: #B5A59D;
}
</style>