Shades of Martini #B3A59D
Tints of Martini #B3A59D
RGB
CMYK
RGB Variations
Color information
#B3A59D (or 0xB3A59D) is known color: Martini. HEX triplet: B3, A5 and 9D. RGB value is (179,165,157). Sum of RGB (Red+Green+Blue) = 179+165+157=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A59D is #4C5A62. Grayscale: #A8A8A8. Windows color (decimal): -5003875 or 10331571. OLE color: 10331571.
HSL color Cylindrical-coordinate representation of color #B3A59D: hue angle of 21.82º degrees, saturation: 0.13, 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 #B3A59D is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 157 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.30 |
| HSL | 21.82º | 0.13% | 0.66% | - |
| HSV(B) | 21.82º | 0.12% | 0.7% | - |
| XYZ | 38.13 | 38.93 | 37.4 | - |
| YUV | 168.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 157 | 0 | 0.08 | 0.12 | 0.30 | 21.82 | 0.13 | 0.66 |
| Hex | B3 | A5 | 9D | 0 | 8 | C | 1E | 16 | D | 42 |
| Octal | 263 | 245 | 235 | 0 | 10 | 14 | 36 | 26 | 15 | 102 |
| Binary | 10110011 | 10100101 | 10011101 | 0 | 1000 | 1100 | 11110 | 10110 | 1101 | 1000010 |
Color Harmonies of #B3A59D
Complementary color
Monochromatic Colors of #B3A59D
Black with #B3A59D
Text Example
Text Example
White with #B3A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A59D; }
p { color: rgb(179,165,157); }
H1.HeaderClassName
{
color: #B3A59D;
}
.AnyTagClassName
{
color: #B3A59D;
}
</style>
background-color css
<style>
a { background-color: #B3A59D; }
a { background-color: rgb(179,165,157); }
div.DivClassName
{
background-color: #B3A59D;
}
.BgClassName
{
background-color: #B3A59D;
}
</style>
border-color css
<style>
span { border-color: #B3A59D; }
span { border-color: rgb(179,165,157); }
td.TdClassName
{
border-color: #B3A59D;
}
.TagClassName
{
border-color: #B3A59D;
}
</style>