Shades of Martini #B6A29D
Tints of Martini #B6A29D
RGB
CMYK
RGB Variations
Color information
#B6A29D (or 0xB6A29D) is known color: Martini. HEX triplet: B6, A2 and 9D. RGB value is (182,162,157). Sum of RGB (Red+Green+Blue) = 182+162+157=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A29D is #495D62. Grayscale: #A7A7A7. Windows color (decimal): -4808035 or 10330806. OLE color: 10330806.
HSL color Cylindrical-coordinate representation of color #B6A29D: hue angle of 12º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6A29D is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 157 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.29 |
| HSL | 12º | 0.15% | 0.66% | - |
| HSV(B) | 12º | 0.14% | 0.71% | - |
| XYZ | 38.3 | 38.22 | 37.26 | - |
| YUV | 167.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 157 | 0 | 0.11 | 0.14 | 0.29 | 12 | 0.15 | 0.66 |
| Hex | B6 | A2 | 9D | 0 | B | E | 1D | C | F | 42 |
| Octal | 266 | 242 | 235 | 0 | 13 | 16 | 35 | 14 | 17 | 102 |
| Binary | 10110110 | 10100010 | 10011101 | 0 | 1011 | 1110 | 11101 | 1100 | 1111 | 1000010 |
Color Harmonies of #B6A29D
Complementary color
Monochromatic Colors of #B6A29D
Black with #B6A29D
Text Example
Text Example
White with #B6A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A29D; }
p { color: rgb(182,162,157); }
H1.HeaderClassName
{
color: #B6A29D;
}
.AnyTagClassName
{
color: #B6A29D;
}
</style>
background-color css
<style>
a { background-color: #B6A29D; }
a { background-color: rgb(182,162,157); }
div.DivClassName
{
background-color: #B6A29D;
}
.BgClassName
{
background-color: #B6A29D;
}
</style>
border-color css
<style>
span { border-color: #B6A29D; }
span { border-color: rgb(182,162,157); }
td.TdClassName
{
border-color: #B6A29D;
}
.TagClassName
{
border-color: #B6A29D;
}
</style>