Shades of Martini #B3A199
Tints of Martini #B3A199
RGB
CMYK
RGB Variations
Color information
#B3A199 (or 0xB3A199) is known color: Martini. HEX triplet: B3, A1 and 99. RGB value is (179,161,153). Sum of RGB (Red+Green+Blue) = 179+161+153=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A199 is #4C5E66. Grayscale: #A5A5A5. Windows color (decimal): -5004903 or 10068403. OLE color: 10068403.
HSL color Cylindrical-coordinate representation of color #B3A199: hue angle of 18.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A199 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 153 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.30 |
| HSL | 18.46º | 0.15% | 0.65% | - |
| HSV(B) | 18.46º | 0.15% | 0.7% | - |
| XYZ | 37.09 | 37.37 | 35.4 | - |
| YUV | 165.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 153 | 0 | 0.10 | 0.15 | 0.30 | 18.46 | 0.15 | 0.65 |
| Hex | B3 | A1 | 99 | 0 | A | F | 1E | 12 | F | 41 |
| Octal | 263 | 241 | 231 | 0 | 12 | 17 | 36 | 22 | 17 | 101 |
| Binary | 10110011 | 10100001 | 10011001 | 0 | 1010 | 1111 | 11110 | 10010 | 1111 | 1000001 |
Color Harmonies of #B3A199
Complementary color
Monochromatic Colors of #B3A199
Black with #B3A199
Text Example
Text Example
White with #B3A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A199; }
p { color: rgb(179,161,153); }
H1.HeaderClassName
{
color: #B3A199;
}
.AnyTagClassName
{
color: #B3A199;
}
</style>
background-color css
<style>
a { background-color: #B3A199; }
a { background-color: rgb(179,161,153); }
div.DivClassName
{
background-color: #B3A199;
}
.BgClassName
{
background-color: #B3A199;
}
</style>
border-color css
<style>
span { border-color: #B3A199; }
span { border-color: rgb(179,161,153); }
td.TdClassName
{
border-color: #B3A199;
}
.TagClassName
{
border-color: #B3A199;
}
</style>