Shades of Martini #B4A19C
Tints of Martini #B4A19C
RGB
CMYK
RGB Variations
Color information
#B4A19C (or 0xB4A19C) is known color: Martini. HEX triplet: B4, A1 and 9C. RGB value is (180,161,156). Sum of RGB (Red+Green+Blue) = 180+161+156=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A19C is #4B5E63. Grayscale: #A6A6A6. Windows color (decimal): -4939364 or 10265012. OLE color: 10265012.
HSL color Cylindrical-coordinate representation of color #B4A19C: hue angle of 12.5º 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 #B4A19C is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 161 | 156 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.29 |
| HSL | 12.5º | 0.14% | 0.66% | - |
| HSV(B) | 12.5º | 0.13% | 0.71% | - |
| XYZ | 37.57 | 37.59 | 36.73 | - |
| YUV | 166.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 156 | 0 | 0.11 | 0.13 | 0.29 | 12.5 | 0.14 | 0.66 |
| Hex | B4 | A1 | 9C | 0 | B | D | 1D | C | E | 42 |
| Octal | 264 | 241 | 234 | 0 | 13 | 15 | 35 | 14 | 16 | 102 |
| Binary | 10110100 | 10100001 | 10011100 | 0 | 1011 | 1101 | 11101 | 1100 | 1110 | 1000010 |
Color Harmonies of #B4A19C
Complementary color
Monochromatic Colors of #B4A19C
Black with #B4A19C
Text Example
Text Example
White with #B4A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A19C; }
p { color: rgb(180,161,156); }
H1.HeaderClassName
{
color: #B4A19C;
}
.AnyTagClassName
{
color: #B4A19C;
}
</style>
background-color css
<style>
a { background-color: #B4A19C; }
a { background-color: rgb(180,161,156); }
div.DivClassName
{
background-color: #B4A19C;
}
.BgClassName
{
background-color: #B4A19C;
}
</style>
border-color css
<style>
span { border-color: #B4A19C; }
span { border-color: rgb(180,161,156); }
td.TdClassName
{
border-color: #B4A19C;
}
.TagClassName
{
border-color: #B4A19C;
}
</style>