Shades of Martini #B0A5A3
Tints of Martini #B0A5A3
RGB
CMYK
RGB Variations
Color information
#B0A5A3 (or 0xB0A5A3) is known color: Martini. HEX triplet: B0, A5 and A3. RGB value is (176,165,163). Sum of RGB (Red+Green+Blue) = 176+165+163=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A5A3 is #4F5A5C. Grayscale: #A8A8A8. Windows color (decimal): -5200477 or 10724784. OLE color: 10724784.
HSL color Cylindrical-coordinate representation of color #B0A5A3: hue angle of 9.23º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0A5A3 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 163 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.31 |
| HSL | 9.23º | 0.08% | 0.66% | - |
| HSV(B) | 9.23º | 0.07% | 0.69% | - |
| XYZ | 37.97 | 38.78 | 40.14 | - |
| YUV | 168.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 163 | 0 | 0.06 | 0.07 | 0.31 | 9.23 | 0.08 | 0.66 |
| Hex | B0 | A5 | A3 | 0 | 6 | 7 | 1F | 9 | 8 | 42 |
| Octal | 260 | 245 | 243 | 0 | 6 | 7 | 37 | 11 | 10 | 102 |
| Binary | 10110000 | 10100101 | 10100011 | 0 | 110 | 111 | 11111 | 1001 | 1000 | 1000010 |
Color Harmonies of #B0A5A3
Complementary color
Monochromatic Colors of #B0A5A3
Black with #B0A5A3
Text Example
Text Example
White with #B0A5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A5A3; }
p { color: rgb(176,165,163); }
H1.HeaderClassName
{
color: #B0A5A3;
}
.AnyTagClassName
{
color: #B0A5A3;
}
</style>
background-color css
<style>
a { background-color: #B0A5A3; }
a { background-color: rgb(176,165,163); }
div.DivClassName
{
background-color: #B0A5A3;
}
.BgClassName
{
background-color: #B0A5A3;
}
</style>
border-color css
<style>
span { border-color: #B0A5A3; }
span { border-color: rgb(176,165,163); }
td.TdClassName
{
border-color: #B0A5A3;
}
.TagClassName
{
border-color: #B0A5A3;
}
</style>