Shades of Martini #B4A19D
Tints of Martini #B4A19D
RGB
CMYK
RGB Variations
Color information
#B4A19D (or 0xB4A19D) is known color: Martini. HEX triplet: B4, A1 and 9D. RGB value is (180,161,157). Sum of RGB (Red+Green+Blue) = 180+161+157=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A19D is #4B5E62. Grayscale: #A6A6A6. Windows color (decimal): -4939363 or 10330548. OLE color: 10330548.
HSL color Cylindrical-coordinate representation of color #B4A19D: hue angle of 10.43º degrees, saturation: 0.13, 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 #B4A19D is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 161 | 157 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.29 |
| HSL | 10.43º | 0.13% | 0.66% | - |
| HSV(B) | 10.43º | 0.13% | 0.71% | - |
| XYZ | 37.65 | 37.63 | 37.18 | - |
| YUV | 166.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 157 | 0 | 0.11 | 0.13 | 0.29 | 10.43 | 0.13 | 0.66 |
| Hex | B4 | A1 | 9D | 0 | B | D | 1D | A | D | 42 |
| Octal | 264 | 241 | 235 | 0 | 13 | 15 | 35 | 12 | 15 | 102 |
| Binary | 10110100 | 10100001 | 10011101 | 0 | 1011 | 1101 | 11101 | 1010 | 1101 | 1000010 |
Color Harmonies of #B4A19D
Complementary color
Monochromatic Colors of #B4A19D
Black with #B4A19D
Text Example
Text Example
White with #B4A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A19D; }
p { color: rgb(180,161,157); }
H1.HeaderClassName
{
color: #B4A19D;
}
.AnyTagClassName
{
color: #B4A19D;
}
</style>
background-color css
<style>
a { background-color: #B4A19D; }
a { background-color: rgb(180,161,157); }
div.DivClassName
{
background-color: #B4A19D;
}
.BgClassName
{
background-color: #B4A19D;
}
</style>
border-color css
<style>
span { border-color: #B4A19D; }
span { border-color: rgb(180,161,157); }
td.TdClassName
{
border-color: #B4A19D;
}
.TagClassName
{
border-color: #B4A19D;
}
</style>