Shades of Martini #B8ADAA
Tints of Martini #B8ADAA
RGB
CMYK
RGB Variations
Color information
#B8ADAA (or 0xB8ADAA) is known color: Martini. HEX triplet: B8, AD and AA. RGB value is (184,173,170). Sum of RGB (Red+Green+Blue) = 184+173+170=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ADAA is #475255. Grayscale: #AFAFAF. Windows color (decimal): -4674134 or 11185592. OLE color: 11185592.
HSL color Cylindrical-coordinate representation of color #B8ADAA: hue angle of 12.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8ADAA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 170 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.28 |
| HSL | 12.86º | 0.09% | 0.69% | - |
| HSV(B) | 12.86º | 0.08% | 0.72% | - |
| XYZ | 41.97 | 42.98 | 44.11 | - |
| YUV | 175.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 170 | 0 | 0.06 | 0.08 | 0.28 | 12.86 | 0.09 | 0.69 |
| Hex | B8 | AD | AA | 0 | 6 | 8 | 1C | D | 9 | 45 |
| Octal | 270 | 255 | 252 | 0 | 6 | 10 | 34 | 15 | 11 | 105 |
| Binary | 10111000 | 10101101 | 10101010 | 0 | 110 | 1000 | 11100 | 1101 | 1001 | 1000101 |
Color Harmonies of #B8ADAA
Complementary color
Monochromatic Colors of #B8ADAA
Black with #B8ADAA
Text Example
Text Example
White with #B8ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADAA; }
p { color: rgb(184,173,170); }
H1.HeaderClassName
{
color: #B8ADAA;
}
.AnyTagClassName
{
color: #B8ADAA;
}
</style>
background-color css
<style>
a { background-color: #B8ADAA; }
a { background-color: rgb(184,173,170); }
div.DivClassName
{
background-color: #B8ADAA;
}
.BgClassName
{
background-color: #B8ADAA;
}
</style>
border-color css
<style>
span { border-color: #B8ADAA; }
span { border-color: rgb(184,173,170); }
td.TdClassName
{
border-color: #B8ADAA;
}
.TagClassName
{
border-color: #B8ADAA;
}
</style>