Shades of Martini #B6A29E
Tints of Martini #B6A29E
RGB
CMYK
RGB Variations
Color information
#B6A29E (or 0xB6A29E) is known color: Martini. HEX triplet: B6, A2 and 9E. RGB value is (182,162,158). Sum of RGB (Red+Green+Blue) = 182+162+158=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A29E is #495D61. Grayscale: #A7A7A7. Windows color (decimal): -4808034 or 10396342. OLE color: 10396342.
HSL color Cylindrical-coordinate representation of color #B6A29E: hue angle of 10º 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 #B6A29E is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 158 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.29 |
| HSL | 10º | 0.14% | 0.67% | - |
| HSV(B) | 10º | 0.13% | 0.71% | - |
| XYZ | 38.38 | 38.25 | 37.71 | - |
| YUV | 167.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 158 | 0 | 0.11 | 0.13 | 0.29 | 10 | 0.14 | 0.67 |
| Hex | B6 | A2 | 9E | 0 | B | D | 1D | A | E | 43 |
| Octal | 266 | 242 | 236 | 0 | 13 | 15 | 35 | 12 | 16 | 103 |
| Binary | 10110110 | 10100010 | 10011110 | 0 | 1011 | 1101 | 11101 | 1010 | 1110 | 1000011 |
Color Harmonies of #B6A29E
Complementary color
Monochromatic Colors of #B6A29E
Black with #B6A29E
Text Example
Text Example
White with #B6A29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A29E; }
p { color: rgb(182,162,158); }
H1.HeaderClassName
{
color: #B6A29E;
}
.AnyTagClassName
{
color: #B6A29E;
}
</style>
background-color css
<style>
a { background-color: #B6A29E; }
a { background-color: rgb(182,162,158); }
div.DivClassName
{
background-color: #B6A29E;
}
.BgClassName
{
background-color: #B6A29E;
}
</style>
border-color css
<style>
span { border-color: #B6A29E; }
span { border-color: rgb(182,162,158); }
td.TdClassName
{
border-color: #B6A29E;
}
.TagClassName
{
border-color: #B6A29E;
}
</style>