Shades of Martini #B6A49E
Tints of Martini #B6A49E
RGB
CMYK
RGB Variations
Color information
#B6A49E (or 0xB6A49E) is known color: Martini. HEX triplet: B6, A4 and 9E. RGB value is (182,164,158). Sum of RGB (Red+Green+Blue) = 182+164+158=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A49E is #495B61. Grayscale: #A8A8A8. Windows color (decimal): -4807522 or 10396854. OLE color: 10396854.
HSL color Cylindrical-coordinate representation of color #B6A49E: hue angle of 15º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6A49E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 164 | 158 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.29 |
| HSL | 15º | 0.14% | 0.67% | - |
| HSV(B) | 15º | 0.13% | 0.71% | - |
| XYZ | 38.74 | 38.96 | 37.83 | - |
| YUV | 168.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 158 | 0 | 0.10 | 0.13 | 0.29 | 15 | 0.14 | 0.67 |
| Hex | B6 | A4 | 9E | 0 | A | D | 1D | F | E | 43 |
| Octal | 266 | 244 | 236 | 0 | 12 | 15 | 35 | 17 | 16 | 103 |
| Binary | 10110110 | 10100100 | 10011110 | 0 | 1010 | 1101 | 11101 | 1111 | 1110 | 1000011 |
Color Harmonies of #B6A49E
Complementary color
Monochromatic Colors of #B6A49E
Black with #B6A49E
Text Example
Text Example
White with #B6A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A49E; }
p { color: rgb(182,164,158); }
H1.HeaderClassName
{
color: #B6A49E;
}
.AnyTagClassName
{
color: #B6A49E;
}
</style>
background-color css
<style>
a { background-color: #B6A49E; }
a { background-color: rgb(182,164,158); }
div.DivClassName
{
background-color: #B6A49E;
}
.BgClassName
{
background-color: #B6A49E;
}
</style>
border-color css
<style>
span { border-color: #B6A49E; }
span { border-color: rgb(182,164,158); }
td.TdClassName
{
border-color: #B6A49E;
}
.TagClassName
{
border-color: #B6A49E;
}
</style>