Shades of Martini #B4A59E
Tints of Martini #B4A59E
RGB
CMYK
RGB Variations
Color information
#B4A59E (or 0xB4A59E) is known color: Martini. HEX triplet: B4, A5 and 9E. RGB value is (180,165,158). Sum of RGB (Red+Green+Blue) = 180+165+158=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A59E is #4B5A61. Grayscale: #A8A8A8. Windows color (decimal): -4938338 or 10397108. OLE color: 10397108.
HSL color Cylindrical-coordinate representation of color #B4A59E: hue angle of 19.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A59E is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 158 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.29 |
| HSL | 19.09º | 0.13% | 0.66% | - |
| HSV(B) | 19.09º | 0.12% | 0.71% | - |
| XYZ | 38.45 | 39.08 | 37.86 | - |
| YUV | 168.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 158 | 0 | 0.08 | 0.12 | 0.29 | 19.09 | 0.13 | 0.66 |
| Hex | B4 | A5 | 9E | 0 | 8 | C | 1D | 13 | D | 42 |
| Octal | 264 | 245 | 236 | 0 | 10 | 14 | 35 | 23 | 15 | 102 |
| Binary | 10110100 | 10100101 | 10011110 | 0 | 1000 | 1100 | 11101 | 10011 | 1101 | 1000010 |
Color Harmonies of #B4A59E
Complementary color
Monochromatic Colors of #B4A59E
Black with #B4A59E
Text Example
Text Example
White with #B4A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A59E; }
p { color: rgb(180,165,158); }
H1.HeaderClassName
{
color: #B4A59E;
}
.AnyTagClassName
{
color: #B4A59E;
}
</style>
background-color css
<style>
a { background-color: #B4A59E; }
a { background-color: rgb(180,165,158); }
div.DivClassName
{
background-color: #B4A59E;
}
.BgClassName
{
background-color: #B4A59E;
}
</style>
border-color css
<style>
span { border-color: #B4A59E; }
span { border-color: rgb(180,165,158); }
td.TdClassName
{
border-color: #B4A59E;
}
.TagClassName
{
border-color: #B4A59E;
}
</style>