Shades of Martini #B6A39B
Tints of Martini #B6A39B
RGB
CMYK
RGB Variations
Color information
#B6A39B (or 0xB6A39B) is known color: Martini. HEX triplet: B6, A3 and 9B. RGB value is (182,163,155). Sum of RGB (Red+Green+Blue) = 182+163+155=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A39B is #495C64. Grayscale: #A7A7A7. Windows color (decimal): -4807781 or 10199990. OLE color: 10199990.
HSL color Cylindrical-coordinate representation of color #B6A39B: hue angle of 17.78º 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 #B6A39B is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 155 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.29 |
| HSL | 17.78º | 0.16% | 0.66% | - |
| HSV(B) | 17.78º | 0.15% | 0.71% | - |
| XYZ | 38.3 | 38.51 | 36.42 | - |
| YUV | 167.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 155 | 0 | 0.10 | 0.15 | 0.29 | 17.78 | 0.16 | 0.66 |
| Hex | B6 | A3 | 9B | 0 | A | F | 1D | 12 | 10 | 42 |
| Octal | 266 | 243 | 233 | 0 | 12 | 17 | 35 | 22 | 20 | 102 |
| Binary | 10110110 | 10100011 | 10011011 | 0 | 1010 | 1111 | 11101 | 10010 | 10000 | 1000010 |
Color Harmonies of #B6A39B
Complementary color
Monochromatic Colors of #B6A39B
Black with #B6A39B
Text Example
Text Example
White with #B6A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A39B; }
p { color: rgb(182,163,155); }
H1.HeaderClassName
{
color: #B6A39B;
}
.AnyTagClassName
{
color: #B6A39B;
}
</style>
background-color css
<style>
a { background-color: #B6A39B; }
a { background-color: rgb(182,163,155); }
div.DivClassName
{
background-color: #B6A39B;
}
.BgClassName
{
background-color: #B6A39B;
}
</style>
border-color css
<style>
span { border-color: #B6A39B; }
span { border-color: rgb(182,163,155); }
td.TdClassName
{
border-color: #B6A39B;
}
.TagClassName
{
border-color: #B6A39B;
}
</style>