Shades of Martini #B7A39A
Tints of Martini #B7A39A
RGB
CMYK
RGB Variations
Color information
#B7A39A (or 0xB7A39A) is known color: Martini. HEX triplet: B7, A3 and 9A. RGB value is (183,163,154). Sum of RGB (Red+Green+Blue) = 183+163+154=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A39A is #485C65. Grayscale: #A8A8A8. Windows color (decimal): -4742246 or 10134455. OLE color: 10134455.
HSL color Cylindrical-coordinate representation of color #B7A39A: hue angle of 18.62º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7A39A is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 154 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.28 |
| HSL | 18.62º | 0.17% | 0.66% | - |
| HSV(B) | 18.62º | 0.16% | 0.72% | - |
| XYZ | 38.46 | 38.59 | 35.99 | - |
| YUV | 167.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 154 | 0 | 0.11 | 0.16 | 0.28 | 18.62 | 0.17 | 0.66 |
| Hex | B7 | A3 | 9A | 0 | B | 10 | 1C | 13 | 11 | 42 |
| Octal | 267 | 243 | 232 | 0 | 13 | 20 | 34 | 23 | 21 | 102 |
| Binary | 10110111 | 10100011 | 10011010 | 0 | 1011 | 10000 | 11100 | 10011 | 10001 | 1000010 |
Color Harmonies of #B7A39A
Complementary color
Monochromatic Colors of #B7A39A
Black with #B7A39A
Text Example
Text Example
White with #B7A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A39A; }
p { color: rgb(183,163,154); }
H1.HeaderClassName
{
color: #B7A39A;
}
.AnyTagClassName
{
color: #B7A39A;
}
</style>
background-color css
<style>
a { background-color: #B7A39A; }
a { background-color: rgb(183,163,154); }
div.DivClassName
{
background-color: #B7A39A;
}
.BgClassName
{
background-color: #B7A39A;
}
</style>
border-color css
<style>
span { border-color: #B7A39A; }
span { border-color: rgb(183,163,154); }
td.TdClassName
{
border-color: #B7A39A;
}
.TagClassName
{
border-color: #B7A39A;
}
</style>