Shades of Martini #B2A19D
Tints of Martini #B2A19D
RGB
CMYK
RGB Variations
Color information
#B2A19D (or 0xB2A19D) is known color: Martini. HEX triplet: B2, A1 and 9D. RGB value is (178,161,157). Sum of RGB (Red+Green+Blue) = 178+161+157=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A19D is #4D5E62. Grayscale: #A5A5A5. Windows color (decimal): -5070435 or 10330546. OLE color: 10330546.
HSL color Cylindrical-coordinate representation of color #B2A19D: hue angle of 11.43º 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 #B2A19D is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 157 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.30 |
| HSL | 11.43º | 0.12% | 0.66% | - |
| HSV(B) | 11.43º | 0.12% | 0.7% | - |
| XYZ | 37.19 | 37.39 | 37.15 | - |
| YUV | 165.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 157 | 0 | 0.10 | 0.12 | 0.30 | 11.43 | 0.12 | 0.66 |
| Hex | B2 | A1 | 9D | 0 | A | C | 1E | B | C | 42 |
| Octal | 262 | 241 | 235 | 0 | 12 | 14 | 36 | 13 | 14 | 102 |
| Binary | 10110010 | 10100001 | 10011101 | 0 | 1010 | 1100 | 11110 | 1011 | 1100 | 1000010 |
Color Harmonies of #B2A19D
Complementary color
Monochromatic Colors of #B2A19D
Black with #B2A19D
Text Example
Text Example
White with #B2A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A19D; }
p { color: rgb(178,161,157); }
H1.HeaderClassName
{
color: #B2A19D;
}
.AnyTagClassName
{
color: #B2A19D;
}
</style>
background-color css
<style>
a { background-color: #B2A19D; }
a { background-color: rgb(178,161,157); }
div.DivClassName
{
background-color: #B2A19D;
}
.BgClassName
{
background-color: #B2A19D;
}
</style>
border-color css
<style>
span { border-color: #B2A19D; }
span { border-color: rgb(178,161,157); }
td.TdClassName
{
border-color: #B2A19D;
}
.TagClassName
{
border-color: #B2A19D;
}
</style>