#B4AFAD

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

Shades of Martini #B4AFAD

Tints of Martini #B4AFAD

Color information

#B4AFAD (or 0xB4AFAD) is unknown color: approx Martini. HEX triplet: B4, AF and AD. RGB value is (180,175,173). Sum of RGB (Red+Green+Blue) = 180+175+173=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFAD is #4B5052. Grayscale: #B0B0B0. Windows color (decimal): -4935763 or 11382708. OLE color: 11382708.

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

Color convert

RGB180175173-
CMYK00.030.040.29
HSL17.14º4.46%69.22%-
HSV(B)17.14º3.89%70.59%-
XYZ41.743.3845.71-
YUV176.27126.16130.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=34.09%
G=33.14%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017517300.030.040.2917.144.4669.22
HexB4AFAD0341D11445
Octal26425725503435214105
Binary10110100101011111010110101110011101100011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFAD; }

 p { color: rgb(180,175,173); }

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

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

 a { background-color: rgb(180,175,173); }

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

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

 span { border-color: rgb(180,175,173); }

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