Shades of Martini #B6A39D
Tints of Martini #B6A39D
RGB
CMYK
RGB Variations
Color information
#B6A39D (or 0xB6A39D) is known color: Martini. HEX triplet: B6, A3 and 9D. RGB value is (182,163,157). Sum of RGB (Red+Green+Blue) = 182+163+157=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A39D is #495C62. Grayscale: #A8A8A8. Windows color (decimal): -4807779 or 10331062. OLE color: 10331062.
HSL color Cylindrical-coordinate representation of color #B6A39D: hue angle of 14.4º 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 #B6A39D is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 157 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.29 |
| HSL | 14.4º | 0.15% | 0.66% | - |
| HSV(B) | 14.4º | 0.14% | 0.71% | - |
| XYZ | 38.47 | 38.57 | 37.32 | - |
| YUV | 168 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 157 | 0 | 0.10 | 0.14 | 0.29 | 14.4 | 0.15 | 0.66 |
| Hex | B6 | A3 | 9D | 0 | A | E | 1D | E | F | 42 |
| Octal | 266 | 243 | 235 | 0 | 12 | 16 | 35 | 16 | 17 | 102 |
| Binary | 10110110 | 10100011 | 10011101 | 0 | 1010 | 1110 | 11101 | 1110 | 1111 | 1000010 |
Color Harmonies of #B6A39D
Complementary color
Monochromatic Colors of #B6A39D
Black with #B6A39D
Text Example
Text Example
White with #B6A39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A39D; }
p { color: rgb(182,163,157); }
H1.HeaderClassName
{
color: #B6A39D;
}
.AnyTagClassName
{
color: #B6A39D;
}
</style>
background-color css
<style>
a { background-color: #B6A39D; }
a { background-color: rgb(182,163,157); }
div.DivClassName
{
background-color: #B6A39D;
}
.BgClassName
{
background-color: #B6A39D;
}
</style>
border-color css
<style>
span { border-color: #B6A39D; }
span { border-color: rgb(182,163,157); }
td.TdClassName
{
border-color: #B6A39D;
}
.TagClassName
{
border-color: #B6A39D;
}
</style>