Shades of Martini #B4A8A3
Tints of Martini #B4A8A3
RGB
CMYK
RGB Variations
Color information
#B4A8A3 (or 0xB4A8A3) is known color: Martini. HEX triplet: B4, A8 and A3. RGB value is (180,168,163). Sum of RGB (Red+Green+Blue) = 180+168+163=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8A3 is #4B575C. Grayscale: #ABABAB. Windows color (decimal): -4937565 or 10725556. OLE color: 10725556.
HSL color Cylindrical-coordinate representation of color #B4A8A3: hue angle of 17.65º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A8A3 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 163 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.29 |
| HSL | 17.65º | 0.1% | 0.67% | - |
| HSV(B) | 17.65º | 0.09% | 0.71% | - |
| XYZ | 39.44 | 40.35 | 40.36 | - |
| YUV | 171.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 163 | 0 | 0.07 | 0.09 | 0.29 | 17.65 | 0.1 | 0.67 |
| Hex | B4 | A8 | A3 | 0 | 7 | 9 | 1D | 12 | A | 43 |
| Octal | 264 | 250 | 243 | 0 | 7 | 11 | 35 | 22 | 12 | 103 |
| Binary | 10110100 | 10101000 | 10100011 | 0 | 111 | 1001 | 11101 | 10010 | 1010 | 1000011 |
Color Harmonies of #B4A8A3
Complementary color
Monochromatic Colors of #B4A8A3
Black with #B4A8A3
Text Example
Text Example
White with #B4A8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8A3; }
p { color: rgb(180,168,163); }
H1.HeaderClassName
{
color: #B4A8A3;
}
.AnyTagClassName
{
color: #B4A8A3;
}
</style>
background-color css
<style>
a { background-color: #B4A8A3; }
a { background-color: rgb(180,168,163); }
div.DivClassName
{
background-color: #B4A8A3;
}
.BgClassName
{
background-color: #B4A8A3;
}
</style>
border-color css
<style>
span { border-color: #B4A8A3; }
span { border-color: rgb(180,168,163); }
td.TdClassName
{
border-color: #B4A8A3;
}
.TagClassName
{
border-color: #B4A8A3;
}
</style>