Shades of Martini #B8A89F
Tints of Martini #B8A89F
RGB
CMYK
RGB Variations
Color information
#B8A89F (or 0xB8A89F) is known color: Martini. HEX triplet: B8, A8 and 9F. RGB value is (184,168,159). Sum of RGB (Red+Green+Blue) = 184+168+159=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A89F is #475760. Grayscale: #ABABAB. Windows color (decimal): -4675425 or 10463416. OLE color: 10463416.
HSL color Cylindrical-coordinate representation of color #B8A89F: hue angle of 21.6º 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 #B8A89F is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 159 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.28 |
| HSL | 21.6º | 0.15% | 0.67% | - |
| HSV(B) | 21.6º | 0.14% | 0.72% | - |
| XYZ | 40.03 | 40.7 | 38.55 | - |
| YUV | 171.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 159 | 0 | 0.09 | 0.14 | 0.28 | 21.6 | 0.15 | 0.67 |
| Hex | B8 | A8 | 9F | 0 | 9 | E | 1C | 16 | F | 43 |
| Octal | 270 | 250 | 237 | 0 | 11 | 16 | 34 | 26 | 17 | 103 |
| Binary | 10111000 | 10101000 | 10011111 | 0 | 1001 | 1110 | 11100 | 10110 | 1111 | 1000011 |
Color Harmonies of #B8A89F
Complementary color
Monochromatic Colors of #B8A89F
Black with #B8A89F
Text Example
Text Example
White with #B8A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A89F; }
p { color: rgb(184,168,159); }
H1.HeaderClassName
{
color: #B8A89F;
}
.AnyTagClassName
{
color: #B8A89F;
}
</style>
background-color css
<style>
a { background-color: #B8A89F; }
a { background-color: rgb(184,168,159); }
div.DivClassName
{
background-color: #B8A89F;
}
.BgClassName
{
background-color: #B8A89F;
}
</style>
border-color css
<style>
span { border-color: #B8A89F; }
span { border-color: rgb(184,168,159); }
td.TdClassName
{
border-color: #B8A89F;
}
.TagClassName
{
border-color: #B8A89F;
}
</style>