Shades of Martini #B7ADAB
Tints of Martini #B7ADAB
RGB
CMYK
RGB Variations
Color information
#B7ADAB (or 0xB7ADAB) is known color: Martini. HEX triplet: B7, AD and AB. RGB value is (183,173,171). Sum of RGB (Red+Green+Blue) = 183+173+171=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADAB is #485254. Grayscale: #AFAFAF. Windows color (decimal): -4739669 or 11251127. OLE color: 11251127.
HSL color Cylindrical-coordinate representation of color #B7ADAB: hue angle of 10º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7ADAB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 173 | 171 | - |
CMYK | 0 | 0.05 | 0.07 | 0.28 |
HSL | 10º | 0.08% | 0.69% | - |
HSV(B) | 10º | 0.07% | 0.72% | - |
XYZ | 41.82 | 42.89 | 44.6 | - |
YUV | 175.76 | 125.31 | 133.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 173 | 171 | 0 | 0.05 | 0.07 | 0.28 | 10 | 0.08 | 0.69 |
Hex | B7 | AD | AB | 0 | 5 | 7 | 1C | A | 8 | 45 |
Octal | 267 | 255 | 253 | 0 | 5 | 7 | 34 | 12 | 10 | 105 |
Binary | 10110111 | 10101101 | 10101011 | 0 | 101 | 111 | 11100 | 1010 | 1000 | 1000101 |
Color Harmonies of #B7ADAB
Complementary color
Monochromatic Colors of #B7ADAB
Black with #B7ADAB
Text Example
Text Example
White with #B7ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADAB; }
p { color: rgb(183,173,171); }
H1.HeaderClassName
{
color: #B7ADAB;
}
.AnyTagClassName
{
color: #B7ADAB;
}
</style>
background-color css
<style>
a { background-color: #B7ADAB; }
a { background-color: rgb(183,173,171); }
div.DivClassName
{
background-color: #B7ADAB;
}
.BgClassName
{
background-color: #B7ADAB;
}
</style>
border-color css
<style>
span { border-color: #B7ADAB; }
span { border-color: rgb(183,173,171); }
td.TdClassName
{
border-color: #B7ADAB;
}
.TagClassName
{
border-color: #B7ADAB;
}
</style>