Shades of Martini #B7AEAB
Tints of Martini #B7AEAB
RGB
CMYK
RGB Variations
Color information
#B7AEAB (or 0xB7AEAB) is known color: Martini. HEX triplet: B7, AE and AB. RGB value is (183,174,171). Sum of RGB (Red+Green+Blue) = 183+174+171=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEAB is #485154. Grayscale: #B0B0B0. Windows color (decimal): -4739413 or 11251383. OLE color: 11251383.
HSL color Cylindrical-coordinate representation of color #B7AEAB: hue angle of 15º 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 #B7AEAB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 174 | 171 | - |
CMYK | 0 | 0.05 | 0.07 | 0.28 |
HSL | 15º | 0.08% | 0.69% | - |
HSV(B) | 15º | 0.07% | 0.72% | - |
XYZ | 42.02 | 43.28 | 44.67 | - |
YUV | 176.35 | 124.98 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 174 | 171 | 0 | 0.05 | 0.07 | 0.28 | 15 | 0.08 | 0.69 |
Hex | B7 | AE | AB | 0 | 5 | 7 | 1C | F | 8 | 45 |
Octal | 267 | 256 | 253 | 0 | 5 | 7 | 34 | 17 | 10 | 105 |
Binary | 10110111 | 10101110 | 10101011 | 0 | 101 | 111 | 11100 | 1111 | 1000 | 1000101 |
Color Harmonies of #B7AEAB
Complementary color
Monochromatic Colors of #B7AEAB
Black with #B7AEAB
Text Example
Text Example
White with #B7AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AEAB; }
p { color: rgb(183,174,171); }
H1.HeaderClassName
{
color: #B7AEAB;
}
.AnyTagClassName
{
color: #B7AEAB;
}
</style>
background-color css
<style>
a { background-color: #B7AEAB; }
a { background-color: rgb(183,174,171); }
div.DivClassName
{
background-color: #B7AEAB;
}
.BgClassName
{
background-color: #B7AEAB;
}
</style>
border-color css
<style>
span { border-color: #B7AEAB; }
span { border-color: rgb(183,174,171); }
td.TdClassName
{
border-color: #B7AEAB;
}
.TagClassName
{
border-color: #B7AEAB;
}
</style>