Shades of Martini #B2A09B
Tints of Martini #B2A09B
RGB
CMYK
RGB Variations
Color information
#B2A09B (or 0xB2A09B) is known color: Martini. HEX triplet: B2, A0 and 9B. RGB value is (178,160,155). Sum of RGB (Red+Green+Blue) = 178+160+155=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A09B is #4D5F64. Grayscale: #A4A4A4. Windows color (decimal): -5070693 or 10199218. OLE color: 10199218.
HSL color Cylindrical-coordinate representation of color #B2A09B: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2A09B is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 155 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.30 |
| HSL | 13.04º | 0.13% | 0.65% | - |
| HSV(B) | 13.04º | 0.13% | 0.7% | - |
| XYZ | 36.85 | 36.97 | 36.2 | - |
| YUV | 164.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 155 | 0 | 0.10 | 0.13 | 0.30 | 13.04 | 0.13 | 0.65 |
| Hex | B2 | A0 | 9B | 0 | A | D | 1E | D | D | 41 |
| Octal | 262 | 240 | 233 | 0 | 12 | 15 | 36 | 15 | 15 | 101 |
| Binary | 10110010 | 10100000 | 10011011 | 0 | 1010 | 1101 | 11110 | 1101 | 1101 | 1000001 |
Color Harmonies of #B2A09B
Complementary color
Monochromatic Colors of #B2A09B
Black with #B2A09B
Text Example
Text Example
White with #B2A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A09B; }
p { color: rgb(178,160,155); }
H1.HeaderClassName
{
color: #B2A09B;
}
.AnyTagClassName
{
color: #B2A09B;
}
</style>
background-color css
<style>
a { background-color: #B2A09B; }
a { background-color: rgb(178,160,155); }
div.DivClassName
{
background-color: #B2A09B;
}
.BgClassName
{
background-color: #B2A09B;
}
</style>
border-color css
<style>
span { border-color: #B2A09B; }
span { border-color: rgb(178,160,155); }
td.TdClassName
{
border-color: #B2A09B;
}
.TagClassName
{
border-color: #B2A09B;
}
</style>