Shades of Martini #B3A09D
Tints of Martini #B3A09D
RGB
CMYK
RGB Variations
Color information
#B3A09D (or 0xB3A09D) is known color: Martini. HEX triplet: B3, A0 and 9D. RGB value is (179,160,157). Sum of RGB (Red+Green+Blue) = 179+160+157=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A09D is #4C5F62. Grayscale: #A5A5A5. Windows color (decimal): -5005155 or 10330291. OLE color: 10330291.
HSL color Cylindrical-coordinate representation of color #B3A09D: hue angle of 8.18º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3A09D is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 157 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.30 |
| HSL | 8.18º | 0.13% | 0.66% | - |
| HSV(B) | 8.18º | 0.12% | 0.7% | - |
| XYZ | 37.25 | 37.16 | 37.11 | - |
| YUV | 165.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 157 | 0 | 0.11 | 0.12 | 0.30 | 8.18 | 0.13 | 0.66 |
| Hex | B3 | A0 | 9D | 0 | B | C | 1E | 8 | D | 42 |
| Octal | 263 | 240 | 235 | 0 | 13 | 14 | 36 | 10 | 15 | 102 |
| Binary | 10110011 | 10100000 | 10011101 | 0 | 1011 | 1100 | 11110 | 1000 | 1101 | 1000010 |
Color Harmonies of #B3A09D
Complementary color
Monochromatic Colors of #B3A09D
Black with #B3A09D
Text Example
Text Example
White with #B3A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A09D; }
p { color: rgb(179,160,157); }
H1.HeaderClassName
{
color: #B3A09D;
}
.AnyTagClassName
{
color: #B3A09D;
}
</style>
background-color css
<style>
a { background-color: #B3A09D; }
a { background-color: rgb(179,160,157); }
div.DivClassName
{
background-color: #B3A09D;
}
.BgClassName
{
background-color: #B3A09D;
}
</style>
border-color css
<style>
span { border-color: #B3A09D; }
span { border-color: rgb(179,160,157); }
td.TdClassName
{
border-color: #B3A09D;
}
.TagClassName
{
border-color: #B3A09D;
}
</style>