Shades of Martini #B3A39C
Tints of Martini #B3A39C
RGB
CMYK
RGB Variations
Color information
#B3A39C (or 0xB3A39C) is known color: Martini. HEX triplet: B3, A3 and 9C. RGB value is (179,163,156). Sum of RGB (Red+Green+Blue) = 179+163+156=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A39C is #4C5C63. Grayscale: #A7A7A7. Windows color (decimal): -5004388 or 10265523. OLE color: 10265523.
HSL color Cylindrical-coordinate representation of color #B3A39C: hue angle of 18.26º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3A39C is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 156 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.30 |
| HSL | 18.26º | 0.13% | 0.66% | - |
| HSV(B) | 18.26º | 0.13% | 0.7% | - |
| XYZ | 37.69 | 38.18 | 36.84 | - |
| YUV | 166.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 156 | 0 | 0.09 | 0.13 | 0.30 | 18.26 | 0.13 | 0.66 |
| Hex | B3 | A3 | 9C | 0 | 9 | D | 1E | 12 | D | 42 |
| Octal | 263 | 243 | 234 | 0 | 11 | 15 | 36 | 22 | 15 | 102 |
| Binary | 10110011 | 10100011 | 10011100 | 0 | 1001 | 1101 | 11110 | 10010 | 1101 | 1000010 |
Color Harmonies of #B3A39C
Complementary color
Monochromatic Colors of #B3A39C
Black with #B3A39C
Text Example
Text Example
White with #B3A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A39C; }
p { color: rgb(179,163,156); }
H1.HeaderClassName
{
color: #B3A39C;
}
.AnyTagClassName
{
color: #B3A39C;
}
</style>
background-color css
<style>
a { background-color: #B3A39C; }
a { background-color: rgb(179,163,156); }
div.DivClassName
{
background-color: #B3A39C;
}
.BgClassName
{
background-color: #B3A39C;
}
</style>
border-color css
<style>
span { border-color: #B3A39C; }
span { border-color: rgb(179,163,156); }
td.TdClassName
{
border-color: #B3A39C;
}
.TagClassName
{
border-color: #B3A39C;
}
</style>