#B5AEAA

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

Shades of Martini #B5AEAA

Tints of Martini #B5AEAA

Color information

#B5AEAA (or 0xB5AEAA) is unknown color: approx Martini. HEX triplet: B5, AE and AA. RGB value is (181,174,170). Sum of RGB (Red+Green+Blue) = 181+174+170=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEAA is #4A5155. Grayscale: #AFAFAF. Windows color (decimal): -4870486 or 11185845. OLE color: 11185845.

HSL color Cylindrical-coordinate representation of color #B5AEAA: hue angle of 21.82º 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 #B5AEAA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181174170-
CMYK00.040.060.29
HSL21.82º6.92%68.82%-
HSV(B)21.82º6.08%70.98%-
XYZ41.454344.15-
YUV175.64124.82131.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=34.48%
G=33.14%
B=32.38%

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
Decimal18117417000.040.060.2921.826.9268.82
HexB5AEAA0461D16745
Octal26525625204635267105
Binary101101011010111010101010010011011101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEAA; }

 p { color: rgb(181,174,170); }

 H1.HeaderClassName
 {
   color: #B5AEAA;
 }
 .AnyTagClassName
 {
   color: #B5AEAA;
 }
</style>
background-color css

<style>
 a { background-color: #B5AEAA; }

 a { background-color: rgb(181,174,170); }

 div.DivClassName
 {
   background-color: #B5AEAA;
 }
 .BgClassName
 {
   background-color: #B5AEAA;
 }
</style>
border-color css

<style>
 span { border-color: #B5AEAA; }

 span { border-color: rgb(181,174,170); }

 td.TdClassName
 {
   border-color: #B5AEAA;
 }
 .TagClassName
 {
   border-color: #B5AEAA;
 }
</style>