Shades of Martini #B2A19E
Tints of Martini #B2A19E
RGB
CMYK
RGB Variations
Color information
#B2A19E (or 0xB2A19E) is known color: Martini. HEX triplet: B2, A1 and 9E. RGB value is (178,161,158). Sum of RGB (Red+Green+Blue) = 178+161+158=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A19E is #4D5E61. Grayscale: #A5A5A5. Windows color (decimal): -5070434 or 10396082. OLE color: 10396082.
HSL color Cylindrical-coordinate representation of color #B2A19E: hue angle of 9º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2A19E is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 158 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.30 |
| HSL | 9º | 0.11% | 0.66% | - |
| HSV(B) | 9º | 0.11% | 0.7% | - |
| XYZ | 37.28 | 37.42 | 37.61 | - |
| YUV | 165.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 158 | 0 | 0.10 | 0.11 | 0.30 | 9 | 0.11 | 0.66 |
| Hex | B2 | A1 | 9E | 0 | A | B | 1E | 9 | B | 42 |
| Octal | 262 | 241 | 236 | 0 | 12 | 13 | 36 | 11 | 13 | 102 |
| Binary | 10110010 | 10100001 | 10011110 | 0 | 1010 | 1011 | 11110 | 1001 | 1011 | 1000010 |
Color Harmonies of #B2A19E
Complementary color
Monochromatic Colors of #B2A19E
Black with #B2A19E
Text Example
Text Example
White with #B2A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A19E; }
p { color: rgb(178,161,158); }
H1.HeaderClassName
{
color: #B2A19E;
}
.AnyTagClassName
{
color: #B2A19E;
}
</style>
background-color css
<style>
a { background-color: #B2A19E; }
a { background-color: rgb(178,161,158); }
div.DivClassName
{
background-color: #B2A19E;
}
.BgClassName
{
background-color: #B2A19E;
}
</style>
border-color css
<style>
span { border-color: #B2A19E; }
span { border-color: rgb(178,161,158); }
td.TdClassName
{
border-color: #B2A19E;
}
.TagClassName
{
border-color: #B2A19E;
}
</style>