Shades of Martini #B0A39B
Tints of Martini #B0A39B
RGB
CMYK
RGB Variations
Color information
#B0A39B (or 0xB0A39B) is known color: Martini. HEX triplet: B0, A3 and 9B. RGB value is (176,163,155). Sum of RGB (Red+Green+Blue) = 176+163+155=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A39B is #4F5C64. Grayscale: #A6A6A6. Windows color (decimal): -5200997 or 10199984. OLE color: 10199984.
HSL color Cylindrical-coordinate representation of color #B0A39B: hue angle of 22.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A39B is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 155 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.31 |
| HSL | 22.86º | 0.12% | 0.65% | - |
| HSV(B) | 22.86º | 0.12% | 0.69% | - |
| XYZ | 36.92 | 37.79 | 36.36 | - |
| YUV | 165.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 155 | 0 | 0.07 | 0.12 | 0.31 | 22.86 | 0.12 | 0.65 |
| Hex | B0 | A3 | 9B | 0 | 7 | C | 1F | 17 | C | 41 |
| Octal | 260 | 243 | 233 | 0 | 7 | 14 | 37 | 27 | 14 | 101 |
| Binary | 10110000 | 10100011 | 10011011 | 0 | 111 | 1100 | 11111 | 10111 | 1100 | 1000001 |
Color Harmonies of #B0A39B
Complementary color
Monochromatic Colors of #B0A39B
Black with #B0A39B
Text Example
Text Example
White with #B0A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A39B; }
p { color: rgb(176,163,155); }
H1.HeaderClassName
{
color: #B0A39B;
}
.AnyTagClassName
{
color: #B0A39B;
}
</style>
background-color css
<style>
a { background-color: #B0A39B; }
a { background-color: rgb(176,163,155); }
div.DivClassName
{
background-color: #B0A39B;
}
.BgClassName
{
background-color: #B0A39B;
}
</style>
border-color css
<style>
span { border-color: #B0A39B; }
span { border-color: rgb(176,163,155); }
td.TdClassName
{
border-color: #B0A39B;
}
.TagClassName
{
border-color: #B0A39B;
}
</style>