Shades of Martini #B6AAA4
Tints of Martini #B6AAA4
RGB
CMYK
RGB Variations
Color information
#B6AAA4 (or 0xB6AAA4) is known color: Martini. HEX triplet: B6, AA and A4. RGB value is (182,170,164). Sum of RGB (Red+Green+Blue) = 182+170+164=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAA4 is #49555B. Grayscale: #ACACAC. Windows color (decimal): -4805980 or 10791606. OLE color: 10791606.
HSL color Cylindrical-coordinate representation of color #B6AAA4: hue angle of 20º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6AAA4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 164 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.29 |
| HSL | 20º | 0.11% | 0.68% | - |
| HSV(B) | 20º | 0.1% | 0.71% | - |
| XYZ | 40.37 | 41.37 | 40.98 | - |
| YUV | 172.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 164 | 0 | 0.07 | 0.10 | 0.29 | 20 | 0.11 | 0.68 |
| Hex | B6 | AA | A4 | 0 | 7 | A | 1D | 14 | B | 44 |
| Octal | 266 | 252 | 244 | 0 | 7 | 12 | 35 | 24 | 13 | 104 |
| Binary | 10110110 | 10101010 | 10100100 | 0 | 111 | 1010 | 11101 | 10100 | 1011 | 1000100 |
Color Harmonies of #B6AAA4
Complementary color
Monochromatic Colors of #B6AAA4
Black with #B6AAA4
Text Example
Text Example
White with #B6AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AAA4; }
p { color: rgb(182,170,164); }
H1.HeaderClassName
{
color: #B6AAA4;
}
.AnyTagClassName
{
color: #B6AAA4;
}
</style>
background-color css
<style>
a { background-color: #B6AAA4; }
a { background-color: rgb(182,170,164); }
div.DivClassName
{
background-color: #B6AAA4;
}
.BgClassName
{
background-color: #B6AAA4;
}
</style>
border-color css
<style>
span { border-color: #B6AAA4; }
span { border-color: rgb(182,170,164); }
td.TdClassName
{
border-color: #B6AAA4;
}
.TagClassName
{
border-color: #B6AAA4;
}
</style>