Shades of Martini #B3A39A
Tints of Martini #B3A39A
RGB
CMYK
RGB Variations
Color information
#B3A39A (or 0xB3A39A) is known color: Martini. HEX triplet: B3, A3 and 9A. RGB value is (179,163,154). Sum of RGB (Red+Green+Blue) = 179+163+154=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A39A is #4C5C65. Grayscale: #A6A6A6. Windows color (decimal): -5004390 or 10134451. OLE color: 10134451.
HSL color Cylindrical-coordinate representation of color #B3A39A: hue angle of 21.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3A39A is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 154 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.30 |
| HSL | 21.6º | 0.14% | 0.65% | - |
| HSV(B) | 21.6º | 0.14% | 0.7% | - |
| XYZ | 37.52 | 38.11 | 35.95 | - |
| YUV | 166.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 154 | 0 | 0.09 | 0.14 | 0.30 | 21.6 | 0.14 | 0.65 |
| Hex | B3 | A3 | 9A | 0 | 9 | E | 1E | 16 | E | 41 |
| Octal | 263 | 243 | 232 | 0 | 11 | 16 | 36 | 26 | 16 | 101 |
| Binary | 10110011 | 10100011 | 10011010 | 0 | 1001 | 1110 | 11110 | 10110 | 1110 | 1000001 |
Color Harmonies of #B3A39A
Complementary color
Monochromatic Colors of #B3A39A
Black with #B3A39A
Text Example
Text Example
White with #B3A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A39A; }
p { color: rgb(179,163,154); }
H1.HeaderClassName
{
color: #B3A39A;
}
.AnyTagClassName
{
color: #B3A39A;
}
</style>
background-color css
<style>
a { background-color: #B3A39A; }
a { background-color: rgb(179,163,154); }
div.DivClassName
{
background-color: #B3A39A;
}
.BgClassName
{
background-color: #B3A39A;
}
</style>
border-color css
<style>
span { border-color: #B3A39A; }
span { border-color: rgb(179,163,154); }
td.TdClassName
{
border-color: #B3A39A;
}
.TagClassName
{
border-color: #B3A39A;
}
</style>