Shades of Martini #B5A8A4
Tints of Martini #B5A8A4
RGB
CMYK
RGB Variations
Color information
#B5A8A4 (or 0xB5A8A4) is known color: Martini. HEX triplet: B5, A8 and A4. RGB value is (181,168,164). Sum of RGB (Red+Green+Blue) = 181+168+164=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A8A4 is #4A575B. Grayscale: #ABABAB. Windows color (decimal): -4872028 or 10791093. OLE color: 10791093.
HSL color Cylindrical-coordinate representation of color #B5A8A4: hue angle of 14.12º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5A8A4 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 164 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.29 |
| HSL | 14.12º | 0.1% | 0.68% | - |
| HSV(B) | 14.12º | 0.09% | 0.71% | - |
| XYZ | 39.76 | 40.51 | 40.85 | - |
| YUV | 171.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 164 | 0 | 0.07 | 0.09 | 0.29 | 14.12 | 0.1 | 0.68 |
| Hex | B5 | A8 | A4 | 0 | 7 | 9 | 1D | E | A | 44 |
| Octal | 265 | 250 | 244 | 0 | 7 | 11 | 35 | 16 | 12 | 104 |
| Binary | 10110101 | 10101000 | 10100100 | 0 | 111 | 1001 | 11101 | 1110 | 1010 | 1000100 |
Color Harmonies of #B5A8A4
Complementary color
Monochromatic Colors of #B5A8A4
Black with #B5A8A4
Text Example
Text Example
White with #B5A8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8A4; }
p { color: rgb(181,168,164); }
H1.HeaderClassName
{
color: #B5A8A4;
}
.AnyTagClassName
{
color: #B5A8A4;
}
</style>
background-color css
<style>
a { background-color: #B5A8A4; }
a { background-color: rgb(181,168,164); }
div.DivClassName
{
background-color: #B5A8A4;
}
.BgClassName
{
background-color: #B5A8A4;
}
</style>
border-color css
<style>
span { border-color: #B5A8A4; }
span { border-color: rgb(181,168,164); }
td.TdClassName
{
border-color: #B5A8A4;
}
.TagClassName
{
border-color: #B5A8A4;
}
</style>