Shades of Martini #B0A29C
Tints of Martini #B0A29C
RGB
CMYK
RGB Variations
Color information
#B0A29C (or 0xB0A29C) is known color: Martini. HEX triplet: B0, A2 and 9C. RGB value is (176,162,156). Sum of RGB (Red+Green+Blue) = 176+162+156=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A29C is #4F5D63. Grayscale: #A5A5A5. Windows color (decimal): -5201252 or 10265264. OLE color: 10265264.
HSL color Cylindrical-coordinate representation of color #B0A29C: hue angle of 18º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A29C is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 156 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.31 |
| HSL | 18º | 0.11% | 0.65% | - |
| HSV(B) | 18º | 0.11% | 0.69% | - |
| XYZ | 36.83 | 37.47 | 36.74 | - |
| YUV | 165.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 156 | 0 | 0.08 | 0.11 | 0.31 | 18 | 0.11 | 0.65 |
| Hex | B0 | A2 | 9C | 0 | 8 | B | 1F | 12 | B | 41 |
| Octal | 260 | 242 | 234 | 0 | 10 | 13 | 37 | 22 | 13 | 101 |
| Binary | 10110000 | 10100010 | 10011100 | 0 | 1000 | 1011 | 11111 | 10010 | 1011 | 1000001 |
Color Harmonies of #B0A29C
Complementary color
Monochromatic Colors of #B0A29C
Black with #B0A29C
Text Example
Text Example
White with #B0A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A29C; }
p { color: rgb(176,162,156); }
H1.HeaderClassName
{
color: #B0A29C;
}
.AnyTagClassName
{
color: #B0A29C;
}
</style>
background-color css
<style>
a { background-color: #B0A29C; }
a { background-color: rgb(176,162,156); }
div.DivClassName
{
background-color: #B0A29C;
}
.BgClassName
{
background-color: #B0A29C;
}
</style>
border-color css
<style>
span { border-color: #B0A29C; }
span { border-color: rgb(176,162,156); }
td.TdClassName
{
border-color: #B0A29C;
}
.TagClassName
{
border-color: #B0A29C;
}
</style>