Shades of Martini #B4A39C
Tints of Martini #B4A39C
RGB
CMYK
RGB Variations
Color information
#B4A39C (or 0xB4A39C) is known color: Martini. HEX triplet: B4, A3 and 9C. RGB value is (180,163,156). Sum of RGB (Red+Green+Blue) = 180+163+156=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A39C is #4B5C63. Grayscale: #A7A7A7. Windows color (decimal): -4938852 or 10265524. OLE color: 10265524.
HSL color Cylindrical-coordinate representation of color #B4A39C: hue angle of 17.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 #B4A39C is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 156 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.29 |
| HSL | 17.5º | 0.14% | 0.66% | - |
| HSV(B) | 17.5º | 0.13% | 0.71% | - |
| XYZ | 37.92 | 38.3 | 36.85 | - |
| YUV | 167.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 156 | 0 | 0.09 | 0.13 | 0.29 | 17.5 | 0.14 | 0.66 |
| Hex | B4 | A3 | 9C | 0 | 9 | D | 1D | 12 | E | 42 |
| Octal | 264 | 243 | 234 | 0 | 11 | 15 | 35 | 22 | 16 | 102 |
| Binary | 10110100 | 10100011 | 10011100 | 0 | 1001 | 1101 | 11101 | 10010 | 1110 | 1000010 |
Color Harmonies of #B4A39C
Complementary color
Monochromatic Colors of #B4A39C
Black with #B4A39C
Text Example
Text Example
White with #B4A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A39C; }
p { color: rgb(180,163,156); }
H1.HeaderClassName
{
color: #B4A39C;
}
.AnyTagClassName
{
color: #B4A39C;
}
</style>
background-color css
<style>
a { background-color: #B4A39C; }
a { background-color: rgb(180,163,156); }
div.DivClassName
{
background-color: #B4A39C;
}
.BgClassName
{
background-color: #B4A39C;
}
</style>
border-color css
<style>
span { border-color: #B4A39C; }
span { border-color: rgb(180,163,156); }
td.TdClassName
{
border-color: #B4A39C;
}
.TagClassName
{
border-color: #B4A39C;
}
</style>