Shades of Martini #B5ACA9
Tints of Martini #B5ACA9
RGB
CMYK
RGB Variations
Color information
#B5ACA9 (or 0xB5ACA9) is known color: Martini. HEX triplet: B5, AC and A9. RGB value is (181,172,169). Sum of RGB (Red+Green+Blue) = 181+172+169=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACA9 is #4A5356. Grayscale: #AEAEAE. Windows color (decimal): -4870999 or 11119797. OLE color: 11119797.
HSL color Cylindrical-coordinate representation of color #B5ACA9: hue angle of 15º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5ACA9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 172 | 169 | - |
CMYK | 0 | 0.05 | 0.07 | 0.29 |
HSL | 15º | 0.08% | 0.69% | - |
HSV(B) | 15º | 0.07% | 0.71% | - |
XYZ | 40.97 | 42.19 | 43.52 | - |
YUV | 174.35 | 124.98 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 169 | 0 | 0.05 | 0.07 | 0.29 | 15 | 0.08 | 0.69 |
Hex | B5 | AC | A9 | 0 | 5 | 7 | 1D | F | 8 | 45 |
Octal | 265 | 254 | 251 | 0 | 5 | 7 | 35 | 17 | 10 | 105 |
Binary | 10110101 | 10101100 | 10101001 | 0 | 101 | 111 | 11101 | 1111 | 1000 | 1000101 |
Color Harmonies of #B5ACA9
Complementary color
Monochromatic Colors of #B5ACA9
Black with #B5ACA9
Text Example
Text Example
White with #B5ACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACA9; }
p { color: rgb(181,172,169); }
H1.HeaderClassName
{
color: #B5ACA9;
}
.AnyTagClassName
{
color: #B5ACA9;
}
</style>
background-color css
<style>
a { background-color: #B5ACA9; }
a { background-color: rgb(181,172,169); }
div.DivClassName
{
background-color: #B5ACA9;
}
.BgClassName
{
background-color: #B5ACA9;
}
</style>
border-color css
<style>
span { border-color: #B5ACA9; }
span { border-color: rgb(181,172,169); }
td.TdClassName
{
border-color: #B5ACA9;
}
.TagClassName
{
border-color: #B5ACA9;
}
</style>