Shades of Martini #B4A7A4
Tints of Martini #B4A7A4
RGB
CMYK
RGB Variations
Color information
#B4A7A4 (or 0xB4A7A4) is known color: Martini. HEX triplet: B4, A7 and A4. RGB value is (180,167,164). Sum of RGB (Red+Green+Blue) = 180+167+164=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A7A4 is #4B585B. Grayscale: #AAAAAA. Windows color (decimal): -4937820 or 10790836. OLE color: 10790836.
HSL color Cylindrical-coordinate representation of color #B4A7A4: hue angle of 11.25º 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 #B4A7A4 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 164 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.29 |
| HSL | 11.25º | 0.1% | 0.67% | - |
| HSV(B) | 11.25º | 0.09% | 0.71% | - |
| XYZ | 39.34 | 40.02 | 40.77 | - |
| YUV | 170.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 164 | 0 | 0.07 | 0.09 | 0.29 | 11.25 | 0.1 | 0.67 |
| Hex | B4 | A7 | A4 | 0 | 7 | 9 | 1D | B | A | 43 |
| Octal | 264 | 247 | 244 | 0 | 7 | 11 | 35 | 13 | 12 | 103 |
| Binary | 10110100 | 10100111 | 10100100 | 0 | 111 | 1001 | 11101 | 1011 | 1010 | 1000011 |
Color Harmonies of #B4A7A4
Complementary color
Monochromatic Colors of #B4A7A4
Black with #B4A7A4
Text Example
Text Example
White with #B4A7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A7A4; }
p { color: rgb(180,167,164); }
H1.HeaderClassName
{
color: #B4A7A4;
}
.AnyTagClassName
{
color: #B4A7A4;
}
</style>
background-color css
<style>
a { background-color: #B4A7A4; }
a { background-color: rgb(180,167,164); }
div.DivClassName
{
background-color: #B4A7A4;
}
.BgClassName
{
background-color: #B4A7A4;
}
</style>
border-color css
<style>
span { border-color: #B4A7A4; }
span { border-color: rgb(180,167,164); }
td.TdClassName
{
border-color: #B4A7A4;
}
.TagClassName
{
border-color: #B4A7A4;
}
</style>