Shades of Martini #B7A39B
Tints of Martini #B7A39B
RGB
CMYK
RGB Variations
Color information
#B7A39B (or 0xB7A39B) is known color: Martini. HEX triplet: B7, A3 and 9B. RGB value is (183,163,155). Sum of RGB (Red+Green+Blue) = 183+163+155=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A39B is #485C64. Grayscale: #A8A8A8. Windows color (decimal): -4742245 or 10199991. OLE color: 10199991.
HSL color Cylindrical-coordinate representation of color #B7A39B: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7A39B is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 155 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.28 |
| HSL | 17.14º | 0.16% | 0.66% | - |
| HSV(B) | 17.14º | 0.15% | 0.72% | - |
| XYZ | 38.54 | 38.63 | 36.43 | - |
| YUV | 168.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 155 | 0 | 0.11 | 0.15 | 0.28 | 17.14 | 0.16 | 0.66 |
| Hex | B7 | A3 | 9B | 0 | B | F | 1C | 11 | 10 | 42 |
| Octal | 267 | 243 | 233 | 0 | 13 | 17 | 34 | 21 | 20 | 102 |
| Binary | 10110111 | 10100011 | 10011011 | 0 | 1011 | 1111 | 11100 | 10001 | 10000 | 1000010 |
Color Harmonies of #B7A39B
Complementary color
Monochromatic Colors of #B7A39B
Black with #B7A39B
Text Example
Text Example
White with #B7A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A39B; }
p { color: rgb(183,163,155); }
H1.HeaderClassName
{
color: #B7A39B;
}
.AnyTagClassName
{
color: #B7A39B;
}
</style>
background-color css
<style>
a { background-color: #B7A39B; }
a { background-color: rgb(183,163,155); }
div.DivClassName
{
background-color: #B7A39B;
}
.BgClassName
{
background-color: #B7A39B;
}
</style>
border-color css
<style>
span { border-color: #B7A39B; }
span { border-color: rgb(183,163,155); }
td.TdClassName
{
border-color: #B7A39B;
}
.TagClassName
{
border-color: #B7A39B;
}
</style>