Shades of Martini #B5A59C
Tints of Martini #B5A59C
RGB
CMYK
RGB Variations
Color information
#B5A59C (or 0xB5A59C) is known color: Martini. HEX triplet: B5, A5 and 9C. RGB value is (181,165,156). Sum of RGB (Red+Green+Blue) = 181+165+156=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A59C is #4A5A63. Grayscale: #A8A8A8. Windows color (decimal): -4872804 or 10266037. OLE color: 10266037.
HSL color Cylindrical-coordinate representation of color #B5A59C: hue angle of 21.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5A59C is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 156 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.29 |
| HSL | 21.6º | 0.14% | 0.66% | - |
| HSV(B) | 21.6º | 0.14% | 0.71% | - |
| XYZ | 38.51 | 39.13 | 36.98 | - |
| YUV | 168.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 156 | 0 | 0.09 | 0.14 | 0.29 | 21.6 | 0.14 | 0.66 |
| Hex | B5 | A5 | 9C | 0 | 9 | E | 1D | 16 | E | 42 |
| Octal | 265 | 245 | 234 | 0 | 11 | 16 | 35 | 26 | 16 | 102 |
| Binary | 10110101 | 10100101 | 10011100 | 0 | 1001 | 1110 | 11101 | 10110 | 1110 | 1000010 |
Color Harmonies of #B5A59C
Complementary color
Monochromatic Colors of #B5A59C
Black with #B5A59C
Text Example
Text Example
White with #B5A59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A59C; }
p { color: rgb(181,165,156); }
H1.HeaderClassName
{
color: #B5A59C;
}
.AnyTagClassName
{
color: #B5A59C;
}
</style>
background-color css
<style>
a { background-color: #B5A59C; }
a { background-color: rgb(181,165,156); }
div.DivClassName
{
background-color: #B5A59C;
}
.BgClassName
{
background-color: #B5A59C;
}
</style>
border-color css
<style>
span { border-color: #B5A59C; }
span { border-color: rgb(181,165,156); }
td.TdClassName
{
border-color: #B5A59C;
}
.TagClassName
{
border-color: #B5A59C;
}
</style>