Shades of Martini #B8B0AD
Tints of Martini #B8B0AD
RGB
CMYK
RGB Variations
Color information
#B8B0AD (or 0xB8B0AD) is known color: Martini. HEX triplet: B8, B0 and AD. RGB value is (184,176,173). Sum of RGB (Red+Green+Blue) = 184+176+173=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B0AD is #474F52. Grayscale: #B2B2B2. Windows color (decimal): -4673363 or 11382968. OLE color: 11382968.
HSL color Cylindrical-coordinate representation of color #B8B0AD: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8B0AD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 173 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.28 |
| HSL | 16.36º | 0.07% | 0.7% | - |
| HSV(B) | 16.36º | 0.06% | 0.72% | - |
| XYZ | 42.84 | 44.26 | 45.82 | - |
| YUV | 178.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 173 | 0 | 0.04 | 0.06 | 0.28 | 16.36 | 0.07 | 0.7 |
| Hex | B8 | B0 | AD | 0 | 4 | 6 | 1C | 10 | 7 | 46 |
| Octal | 270 | 260 | 255 | 0 | 4 | 6 | 34 | 20 | 7 | 106 |
| Binary | 10111000 | 10110000 | 10101101 | 0 | 100 | 110 | 11100 | 10000 | 111 | 1000110 |
Color Harmonies of #B8B0AD
Complementary color
Monochromatic Colors of #B8B0AD
Black with #B8B0AD
Text Example
Text Example
White with #B8B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0AD; }
p { color: rgb(184,176,173); }
H1.HeaderClassName
{
color: #B8B0AD;
}
.AnyTagClassName
{
color: #B8B0AD;
}
</style>
background-color css
<style>
a { background-color: #B8B0AD; }
a { background-color: rgb(184,176,173); }
div.DivClassName
{
background-color: #B8B0AD;
}
.BgClassName
{
background-color: #B8B0AD;
}
</style>
border-color css
<style>
span { border-color: #B8B0AD; }
span { border-color: rgb(184,176,173); }
td.TdClassName
{
border-color: #B8B0AD;
}
.TagClassName
{
border-color: #B8B0AD;
}
</style>