Shades of Martini #B8A39E
Tints of Martini #B8A39E
RGB
CMYK
RGB Variations
Color information
#B8A39E (or 0xB8A39E) is known color: Martini. HEX triplet: B8, A3 and 9E. RGB value is (184,163,158). Sum of RGB (Red+Green+Blue) = 184+163+158=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A39E is #475C61. Grayscale: #A8A8A8. Windows color (decimal): -4676706 or 10396600. OLE color: 10396600.
HSL color Cylindrical-coordinate representation of color #B8A39E: hue angle of 11.54º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8A39E is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 158 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.28 |
| HSL | 11.54º | 0.15% | 0.67% | - |
| HSV(B) | 11.54º | 0.14% | 0.72% | - |
| XYZ | 39.04 | 38.85 | 37.79 | - |
| YUV | 168.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 158 | 0 | 0.11 | 0.14 | 0.28 | 11.54 | 0.15 | 0.67 |
| Hex | B8 | A3 | 9E | 0 | B | E | 1C | C | F | 43 |
| Octal | 270 | 243 | 236 | 0 | 13 | 16 | 34 | 14 | 17 | 103 |
| Binary | 10111000 | 10100011 | 10011110 | 0 | 1011 | 1110 | 11100 | 1100 | 1111 | 1000011 |
Color Harmonies of #B8A39E
Complementary color
Monochromatic Colors of #B8A39E
Black with #B8A39E
Text Example
Text Example
White with #B8A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A39E; }
p { color: rgb(184,163,158); }
H1.HeaderClassName
{
color: #B8A39E;
}
.AnyTagClassName
{
color: #B8A39E;
}
</style>
background-color css
<style>
a { background-color: #B8A39E; }
a { background-color: rgb(184,163,158); }
div.DivClassName
{
background-color: #B8A39E;
}
.BgClassName
{
background-color: #B8A39E;
}
</style>
border-color css
<style>
span { border-color: #B8A39E; }
span { border-color: rgb(184,163,158); }
td.TdClassName
{
border-color: #B8A39E;
}
.TagClassName
{
border-color: #B8A39E;
}
</style>