Shades of Martini #B5AFAD
Tints of Martini #B5AFAD
RGB
CMYK
RGB Variations
Color information
#B5AFAD (or 0xB5AFAD) is known color: Martini. HEX triplet: B5, AF and AD. RGB value is (181,175,173). Sum of RGB (Red+Green+Blue) = 181+175+173=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAD is #4A5052. Grayscale: #B0B0B0. Windows color (decimal): -4870227 or 11382709. OLE color: 11382709.
HSL color Cylindrical-coordinate representation of color #B5AFAD: hue angle of 15º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5AFAD is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 175 | 173 | - |
CMYK | 0 | 0.03 | 0.04 | 0.29 |
HSL | 15º | 0.05% | 0.69% | - |
HSV(B) | 15º | 0.04% | 0.71% | - |
XYZ | 41.93 | 43.5 | 45.72 | - |
YUV | 176.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 173 | 0 | 0.03 | 0.04 | 0.29 | 15 | 0.05 | 0.69 |
Hex | B5 | AF | AD | 0 | 3 | 4 | 1D | F | 5 | 45 |
Octal | 265 | 257 | 255 | 0 | 3 | 4 | 35 | 17 | 5 | 105 |
Binary | 10110101 | 10101111 | 10101101 | 0 | 11 | 100 | 11101 | 1111 | 101 | 1000101 |
Color Harmonies of #B5AFAD
Complementary color
Monochromatic Colors of #B5AFAD
Black with #B5AFAD
Text Example
Text Example
White with #B5AFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFAD; }
p { color: rgb(181,175,173); }
H1.HeaderClassName
{
color: #B5AFAD;
}
.AnyTagClassName
{
color: #B5AFAD;
}
</style>
background-color css
<style>
a { background-color: #B5AFAD; }
a { background-color: rgb(181,175,173); }
div.DivClassName
{
background-color: #B5AFAD;
}
.BgClassName
{
background-color: #B5AFAD;
}
</style>
border-color css
<style>
span { border-color: #B5AFAD; }
span { border-color: rgb(181,175,173); }
td.TdClassName
{
border-color: #B5AFAD;
}
.TagClassName
{
border-color: #B5AFAD;
}
</style>