Shades of Martini #B2A39D
Tints of Martini #B2A39D
RGB
CMYK
RGB Variations
Color information
#B2A39D (or 0xB2A39D) is known color: Martini. HEX triplet: B2, A3 and 9D. RGB value is (178,163,157). Sum of RGB (Red+Green+Blue) = 178+163+157=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A39D is #4D5C62. Grayscale: #A6A6A6. Windows color (decimal): -5069923 or 10331058. OLE color: 10331058.
HSL color Cylindrical-coordinate representation of color #B2A39D: hue angle of 17.14º degrees, saturation: 0.12, 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 #B2A39D is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 157 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.30 |
| HSL | 17.14º | 0.12% | 0.66% | - |
| HSV(B) | 17.14º | 0.12% | 0.7% | - |
| XYZ | 37.54 | 38.09 | 37.27 | - |
| YUV | 166.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 157 | 0 | 0.08 | 0.12 | 0.30 | 17.14 | 0.12 | 0.66 |
| Hex | B2 | A3 | 9D | 0 | 8 | C | 1E | 11 | C | 42 |
| Octal | 262 | 243 | 235 | 0 | 10 | 14 | 36 | 21 | 14 | 102 |
| Binary | 10110010 | 10100011 | 10011101 | 0 | 1000 | 1100 | 11110 | 10001 | 1100 | 1000010 |
Color Harmonies of #B2A39D
Complementary color
Monochromatic Colors of #B2A39D
Black with #B2A39D
Text Example
Text Example
White with #B2A39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A39D; }
p { color: rgb(178,163,157); }
H1.HeaderClassName
{
color: #B2A39D;
}
.AnyTagClassName
{
color: #B2A39D;
}
</style>
background-color css
<style>
a { background-color: #B2A39D; }
a { background-color: rgb(178,163,157); }
div.DivClassName
{
background-color: #B2A39D;
}
.BgClassName
{
background-color: #B2A39D;
}
</style>
border-color css
<style>
span { border-color: #B2A39D; }
span { border-color: rgb(178,163,157); }
td.TdClassName
{
border-color: #B2A39D;
}
.TagClassName
{
border-color: #B2A39D;
}
</style>