Shades of Martini #B5ADAA
Tints of Martini #B5ADAA
RGB
CMYK
RGB Variations
Color information
#B5ADAA (or 0xB5ADAA) is known color: Martini. HEX triplet: B5, AD and AA. RGB value is (181,173,170). Sum of RGB (Red+Green+Blue) = 181+173+170=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADAA is #4A5255. Grayscale: #AFAFAF. Windows color (decimal): -4870742 or 11185589. OLE color: 11185589.
HSL color Cylindrical-coordinate representation of color #B5ADAA: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5ADAA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 173 | 170 | - |
CMYK | 0 | 0.04 | 0.06 | 0.29 |
HSL | 16.36º | 0.07% | 0.69% | - |
HSV(B) | 16.36º | 0.06% | 0.71% | - |
XYZ | 41.26 | 42.61 | 44.08 | - |
YUV | 175.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 170 | 0 | 0.04 | 0.06 | 0.29 | 16.36 | 0.07 | 0.69 |
Hex | B5 | AD | AA | 0 | 4 | 6 | 1D | 10 | 7 | 45 |
Octal | 265 | 255 | 252 | 0 | 4 | 6 | 35 | 20 | 7 | 105 |
Binary | 10110101 | 10101101 | 10101010 | 0 | 100 | 110 | 11101 | 10000 | 111 | 1000101 |
Color Harmonies of #B5ADAA
Complementary color
Monochromatic Colors of #B5ADAA
Black with #B5ADAA
Text Example
Text Example
White with #B5ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADAA; }
p { color: rgb(181,173,170); }
H1.HeaderClassName
{
color: #B5ADAA;
}
.AnyTagClassName
{
color: #B5ADAA;
}
</style>
background-color css
<style>
a { background-color: #B5ADAA; }
a { background-color: rgb(181,173,170); }
div.DivClassName
{
background-color: #B5ADAA;
}
.BgClassName
{
background-color: #B5ADAA;
}
</style>
border-color css
<style>
span { border-color: #B5ADAA; }
span { border-color: rgb(181,173,170); }
td.TdClassName
{
border-color: #B5ADAA;
}
.TagClassName
{
border-color: #B5ADAA;
}
</style>