Shades of Martini #B6A19B
Tints of Martini #B6A19B
RGB
CMYK
RGB Variations
Color information
#B6A19B (or 0xB6A19B) is known color: Martini. HEX triplet: B6, A1 and 9B. RGB value is (182,161,155). Sum of RGB (Red+Green+Blue) = 182+161+155=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A19B is #495E64. Grayscale: #A6A6A6. Windows color (decimal): -4808293 or 10199478. OLE color: 10199478.
HSL color Cylindrical-coordinate representation of color #B6A19B: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A19B is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 161 | 155 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.29 |
| HSL | 13.33º | 0.16% | 0.66% | - |
| HSV(B) | 13.33º | 0.15% | 0.71% | - |
| XYZ | 37.95 | 37.8 | 36.31 | - |
| YUV | 166.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 155 | 0 | 0.12 | 0.15 | 0.29 | 13.33 | 0.16 | 0.66 |
| Hex | B6 | A1 | 9B | 0 | C | F | 1D | D | 10 | 42 |
| Octal | 266 | 241 | 233 | 0 | 14 | 17 | 35 | 15 | 20 | 102 |
| Binary | 10110110 | 10100001 | 10011011 | 0 | 1100 | 1111 | 11101 | 1101 | 10000 | 1000010 |
Color Harmonies of #B6A19B
Complementary color
Monochromatic Colors of #B6A19B
Black with #B6A19B
Text Example
Text Example
White with #B6A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A19B; }
p { color: rgb(182,161,155); }
H1.HeaderClassName
{
color: #B6A19B;
}
.AnyTagClassName
{
color: #B6A19B;
}
</style>
background-color css
<style>
a { background-color: #B6A19B; }
a { background-color: rgb(182,161,155); }
div.DivClassName
{
background-color: #B6A19B;
}
.BgClassName
{
background-color: #B6A19B;
}
</style>
border-color css
<style>
span { border-color: #B6A19B; }
span { border-color: rgb(182,161,155); }
td.TdClassName
{
border-color: #B6A19B;
}
.TagClassName
{
border-color: #B6A19B;
}
</style>