Shades of Martini #B4A49C
Tints of Martini #B4A49C
RGB
CMYK
RGB Variations
Color information
#B4A49C (or 0xB4A49C) is known color: Martini. HEX triplet: B4, A4 and 9C. RGB value is (180,164,156). Sum of RGB (Red+Green+Blue) = 180+164+156=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A49C is #4B5B63. Grayscale: #A7A7A7. Windows color (decimal): -4938596 or 10265780. OLE color: 10265780.
HSL color Cylindrical-coordinate representation of color #B4A49C: hue angle of 20º 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 #B4A49C is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 156 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.29 |
| HSL | 20º | 0.14% | 0.66% | - |
| HSV(B) | 20º | 0.13% | 0.71% | - |
| XYZ | 38.1 | 38.65 | 36.91 | - |
| YUV | 167.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 156 | 0 | 0.09 | 0.13 | 0.29 | 20 | 0.14 | 0.66 |
| Hex | B4 | A4 | 9C | 0 | 9 | D | 1D | 14 | E | 42 |
| Octal | 264 | 244 | 234 | 0 | 11 | 15 | 35 | 24 | 16 | 102 |
| Binary | 10110100 | 10100100 | 10011100 | 0 | 1001 | 1101 | 11101 | 10100 | 1110 | 1000010 |
Color Harmonies of #B4A49C
Complementary color
Monochromatic Colors of #B4A49C
Black with #B4A49C
Text Example
Text Example
White with #B4A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A49C; }
p { color: rgb(180,164,156); }
H1.HeaderClassName
{
color: #B4A49C;
}
.AnyTagClassName
{
color: #B4A49C;
}
</style>
background-color css
<style>
a { background-color: #B4A49C; }
a { background-color: rgb(180,164,156); }
div.DivClassName
{
background-color: #B4A49C;
}
.BgClassName
{
background-color: #B4A49C;
}
</style>
border-color css
<style>
span { border-color: #B4A49C; }
span { border-color: rgb(180,164,156); }
td.TdClassName
{
border-color: #B4A49C;
}
.TagClassName
{
border-color: #B4A49C;
}
</style>