Shades of Martini #B2ABA7
Tints of Martini #B2ABA7
RGB
CMYK
RGB Variations
Color information
#B2ABA7 (or 0xB2ABA7) is known color: Martini. HEX triplet: B2, AB and A7. RGB value is (178,171,167). Sum of RGB (Red+Green+Blue) = 178+171+167=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABA7 is #4D5458. Grayscale: #ACACAC. Windows color (decimal): -5067865 or 10988466. OLE color: 10988466.
HSL color Cylindrical-coordinate representation of color #B2ABA7: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2ABA7 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 167 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.30 |
| HSL | 21.82º | 0.07% | 0.68% | - |
| HSV(B) | 21.82º | 0.06% | 0.7% | - |
| XYZ | 39.9 | 41.38 | 42.44 | - |
| YUV | 172.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 167 | 0 | 0.04 | 0.06 | 0.30 | 21.82 | 0.07 | 0.68 |
| Hex | B2 | AB | A7 | 0 | 4 | 6 | 1E | 16 | 7 | 44 |
| Octal | 262 | 253 | 247 | 0 | 4 | 6 | 36 | 26 | 7 | 104 |
| Binary | 10110010 | 10101011 | 10100111 | 0 | 100 | 110 | 11110 | 10110 | 111 | 1000100 |
Color Harmonies of #B2ABA7
Complementary color
Monochromatic Colors of #B2ABA7
Black with #B2ABA7
Text Example
Text Example
White with #B2ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABA7; }
p { color: rgb(178,171,167); }
H1.HeaderClassName
{
color: #B2ABA7;
}
.AnyTagClassName
{
color: #B2ABA7;
}
</style>
background-color css
<style>
a { background-color: #B2ABA7; }
a { background-color: rgb(178,171,167); }
div.DivClassName
{
background-color: #B2ABA7;
}
.BgClassName
{
background-color: #B2ABA7;
}
</style>
border-color css
<style>
span { border-color: #B2ABA7; }
span { border-color: rgb(178,171,167); }
td.TdClassName
{
border-color: #B2ABA7;
}
.TagClassName
{
border-color: #B2ABA7;
}
</style>