#B5AFAC

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

Shades of Martini #B5AFAC

Tints of Martini #B5AFAC

Color information

#B5AFAC (or 0xB5AFAC) is unknown color: approx Martini. HEX triplet: B5, AF and AC. RGB value is (181,175,172). Sum of RGB (Red+Green+Blue) = 181+175+172=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAC is #4A5053. Grayscale: #B0B0B0. Windows color (decimal): -4870228 or 11317173. OLE color: 11317173.

HSL color Cylindrical-coordinate representation of color #B5AFAC: hue angle of 20º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5AFAC is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181175172-
CMYK00.030.050.29
HSL20º5.73%69.22%-
HSV(B)20º4.97%70.98%-
XYZ41.8343.4645.21-
YUV176.45125.49131.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=34.28%
G=33.14%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117517200.030.050.29205.7369.22
HexB5AFAC0351D14645
Octal26525725403535246105
Binary10110101101011111010110001110111101101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFAC; }

 p { color: rgb(181,175,172); }

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

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

 a { background-color: rgb(181,175,172); }

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

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

 span { border-color: rgb(181,175,172); }

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