#B5AEAB

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

Shades of Martini #B5AEAB

Tints of Martini #B5AEAB

Color information

#B5AEAB (or 0xB5AEAB) is unknown color: approx Martini. HEX triplet: B5, AE and AB. RGB value is (181,174,171). Sum of RGB (Red+Green+Blue) = 181+174+171=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEAB is #4A5154. Grayscale: #AFAFAF. Windows color (decimal): -4870485 or 11251381. OLE color: 11251381.

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

Color convert

RGB181174171-
CMYK00.040.060.29
HSL18º6.33%69.02%-
HSV(B)18º5.52%70.98%-
XYZ41.5443.0444.65-
YUV175.75125.32131.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=34.41%
G=33.08%
B=32.51%

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
Decimal18117417100.040.060.29186.3369.02
HexB5AEAB0461D12645
Octal26525625304635226105
Binary101101011010111010101011010011011101100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEAB; }

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

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

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

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

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

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

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

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