Shades of Martini #B3A59E
Tints of Martini #B3A59E
RGB
CMYK
RGB Variations
Color information
#B3A59E (or 0xB3A59E) is known color: Martini. HEX triplet: B3, A5 and 9E. RGB value is (179,165,158). Sum of RGB (Red+Green+Blue) = 179+165+158=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A59E is #4C5A61. Grayscale: #A8A8A8. Windows color (decimal): -5003874 or 10397107. OLE color: 10397107.
HSL color Cylindrical-coordinate representation of color #B3A59E: hue angle of 20º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3A59E is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 158 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.30 |
| HSL | 20º | 0.12% | 0.66% | - |
| HSV(B) | 20º | 0.12% | 0.7% | - |
| XYZ | 38.22 | 38.96 | 37.85 | - |
| YUV | 168.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 158 | 0 | 0.08 | 0.12 | 0.30 | 20 | 0.12 | 0.66 |
| Hex | B3 | A5 | 9E | 0 | 8 | C | 1E | 14 | C | 42 |
| Octal | 263 | 245 | 236 | 0 | 10 | 14 | 36 | 24 | 14 | 102 |
| Binary | 10110011 | 10100101 | 10011110 | 0 | 1000 | 1100 | 11110 | 10100 | 1100 | 1000010 |
Color Harmonies of #B3A59E
Complementary color
Monochromatic Colors of #B3A59E
Black with #B3A59E
Text Example
Text Example
White with #B3A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A59E; }
p { color: rgb(179,165,158); }
H1.HeaderClassName
{
color: #B3A59E;
}
.AnyTagClassName
{
color: #B3A59E;
}
</style>
background-color css
<style>
a { background-color: #B3A59E; }
a { background-color: rgb(179,165,158); }
div.DivClassName
{
background-color: #B3A59E;
}
.BgClassName
{
background-color: #B3A59E;
}
</style>
border-color css
<style>
span { border-color: #B3A59E; }
span { border-color: rgb(179,165,158); }
td.TdClassName
{
border-color: #B3A59E;
}
.TagClassName
{
border-color: #B3A59E;
}
</style>