#B3AFAD

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

Shades of Martini #B3AFAD

Tints of Martini #B3AFAD

Color information

#B3AFAD (or 0xB3AFAD) is unknown color: approx Martini. HEX triplet: B3, AF and AD. RGB value is (179,175,173). Sum of RGB (Red+Green+Blue) = 179+175+173=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFAD is #4C5052. Grayscale: #AFAFAF. Windows color (decimal): -5001299 or 11382707. OLE color: 11382707.

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

Color convert

RGB179175173-
CMYK00.020.030.30
HSL20º3.8%69.02%-
HSV(B)20º3.35%70.2%-
XYZ41.4643.2645.7-
YUV175.97126.33130.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=33.97%
G=33.21%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917517300.020.030.30203.869.02
HexB3AFAD0231E14445
Octal26325725502336244105
Binary1011001110101111101011010101111110101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFAD; }

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

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

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

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

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

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

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

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