Shades of Martini #B3A09B
Tints of Martini #B3A09B
RGB
CMYK
RGB Variations
Color information
#B3A09B (or 0xB3A09B) is known color: Martini. HEX triplet: B3, A0 and 9B. RGB value is (179,160,155). Sum of RGB (Red+Green+Blue) = 179+160+155=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A09B is #4C5F64. Grayscale: #A5A5A5. Windows color (decimal): -5005157 or 10199219. OLE color: 10199219.
HSL color Cylindrical-coordinate representation of color #B3A09B: hue angle of 12.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3A09B is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 155 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.30 |
| HSL | 12.5º | 0.14% | 0.65% | - |
| HSV(B) | 12.5º | 0.13% | 0.7% | - |
| XYZ | 37.08 | 37.09 | 36.22 | - |
| YUV | 165.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 155 | 0 | 0.11 | 0.13 | 0.30 | 12.5 | 0.14 | 0.65 |
| Hex | B3 | A0 | 9B | 0 | B | D | 1E | C | E | 41 |
| Octal | 263 | 240 | 233 | 0 | 13 | 15 | 36 | 14 | 16 | 101 |
| Binary | 10110011 | 10100000 | 10011011 | 0 | 1011 | 1101 | 11110 | 1100 | 1110 | 1000001 |
Color Harmonies of #B3A09B
Complementary color
Monochromatic Colors of #B3A09B
Black with #B3A09B
Text Example
Text Example
White with #B3A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A09B; }
p { color: rgb(179,160,155); }
H1.HeaderClassName
{
color: #B3A09B;
}
.AnyTagClassName
{
color: #B3A09B;
}
</style>
background-color css
<style>
a { background-color: #B3A09B; }
a { background-color: rgb(179,160,155); }
div.DivClassName
{
background-color: #B3A09B;
}
.BgClassName
{
background-color: #B3A09B;
}
</style>
border-color css
<style>
span { border-color: #B3A09B; }
span { border-color: rgb(179,160,155); }
td.TdClassName
{
border-color: #B3A09B;
}
.TagClassName
{
border-color: #B3A09B;
}
</style>