Shades of Martini #B3A8A6
Tints of Martini #B3A8A6
RGB
CMYK
RGB Variations
Color information
#B3A8A6 (or 0xB3A8A6) is known color: Martini. HEX triplet: B3, A8 and A6. RGB value is (179,168,166). Sum of RGB (Red+Green+Blue) = 179+168+166=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A8A6 is #4C5759. Grayscale: #ABABAB. Windows color (decimal): -5003098 or 10922163. OLE color: 10922163.
HSL color Cylindrical-coordinate representation of color #B3A8A6: hue angle of 9.23º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3A8A6 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 166 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.30 |
| HSL | 9.23º | 0.08% | 0.68% | - |
| HSV(B) | 9.23º | 0.07% | 0.7% | - |
| XYZ | 39.48 | 40.34 | 41.78 | - |
| YUV | 171.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 166 | 0 | 0.06 | 0.07 | 0.30 | 9.23 | 0.08 | 0.68 |
| Hex | B3 | A8 | A6 | 0 | 6 | 7 | 1E | 9 | 8 | 44 |
| Octal | 263 | 250 | 246 | 0 | 6 | 7 | 36 | 11 | 10 | 104 |
| Binary | 10110011 | 10101000 | 10100110 | 0 | 110 | 111 | 11110 | 1001 | 1000 | 1000100 |
Color Harmonies of #B3A8A6
Complementary color
Monochromatic Colors of #B3A8A6
Black with #B3A8A6
Text Example
Text Example
White with #B3A8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8A6; }
p { color: rgb(179,168,166); }
H1.HeaderClassName
{
color: #B3A8A6;
}
.AnyTagClassName
{
color: #B3A8A6;
}
</style>
background-color css
<style>
a { background-color: #B3A8A6; }
a { background-color: rgb(179,168,166); }
div.DivClassName
{
background-color: #B3A8A6;
}
.BgClassName
{
background-color: #B3A8A6;
}
</style>
border-color css
<style>
span { border-color: #B3A8A6; }
span { border-color: rgb(179,168,166); }
td.TdClassName
{
border-color: #B3A8A6;
}
.TagClassName
{
border-color: #B3A8A6;
}
</style>