Shades of Martini #B3A49D
Tints of Martini #B3A49D
RGB
CMYK
RGB Variations
Color information
#B3A49D (or 0xB3A49D) is known color: Martini. HEX triplet: B3, A4 and 9D. RGB value is (179,164,157). Sum of RGB (Red+Green+Blue) = 179+164+157=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A49D is #4C5B62. Grayscale: #A7A7A7. Windows color (decimal): -5004131 or 10331315. OLE color: 10331315.
HSL color Cylindrical-coordinate representation of color #B3A49D: hue angle of 19.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3A49D is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 157 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.30 |
| HSL | 19.09º | 0.13% | 0.66% | - |
| HSV(B) | 19.09º | 0.12% | 0.7% | - |
| XYZ | 37.95 | 38.57 | 37.34 | - |
| YUV | 167.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 157 | 0 | 0.08 | 0.12 | 0.30 | 19.09 | 0.13 | 0.66 |
| Hex | B3 | A4 | 9D | 0 | 8 | C | 1E | 13 | D | 42 |
| Octal | 263 | 244 | 235 | 0 | 10 | 14 | 36 | 23 | 15 | 102 |
| Binary | 10110011 | 10100100 | 10011101 | 0 | 1000 | 1100 | 11110 | 10011 | 1101 | 1000010 |
Color Harmonies of #B3A49D
Complementary color
Monochromatic Colors of #B3A49D
Black with #B3A49D
Text Example
Text Example
White with #B3A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A49D; }
p { color: rgb(179,164,157); }
H1.HeaderClassName
{
color: #B3A49D;
}
.AnyTagClassName
{
color: #B3A49D;
}
</style>
background-color css
<style>
a { background-color: #B3A49D; }
a { background-color: rgb(179,164,157); }
div.DivClassName
{
background-color: #B3A49D;
}
.BgClassName
{
background-color: #B3A49D;
}
</style>
border-color css
<style>
span { border-color: #B3A49D; }
span { border-color: rgb(179,164,157); }
td.TdClassName
{
border-color: #B3A49D;
}
.TagClassName
{
border-color: #B3A49D;
}
</style>