#B5ADAA

Color #B5ADAA Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #B5ADAA

Tints of Martini #B5ADAA

Color information

#B5ADAA (or 0xB5ADAA) is unknown color: approx 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

RGB181173170-
CMYK00.040.060.29
HSL16.36º6.92%68.82%-
HSV(B)16.36º6.08%70.98%-
XYZ41.2642.6144.08-
YUV175.05125.15132.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=34.54%
G=33.02%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117317000.040.060.2916.366.9268.82
HexB5ADAA0461D10745
Octal26525525204635207105
Binary101101011010110110101010010011011101100001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>