#B5AFAD

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

Shades of Martini #B5AFAD

Tints of Martini #B5AFAD

Color information

#B5AFAD (or 0xB5AFAD) is unknown color: approx Martini. HEX triplet: B5, AF and AD. RGB value is (181,175,173). Sum of RGB (Red+Green+Blue) = 181+175+173=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAD is #4A5052. Grayscale: #B0B0B0. Windows color (decimal): -4870227 or 11382709. OLE color: 11382709.

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

Color convert

RGB181175173-
CMYK00.030.040.29
HSL15º5.13%69.41%-
HSV(B)15º4.42%70.98%-
XYZ41.9343.545.72-
YUV176.57125.99131.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=34.22%
G=33.08%
B=32.70%

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
Decimal18117517300.030.040.29155.1369.41
HexB5AFAD0341Df545
Octal26525725503435175105
Binary1011010110101111101011010111001110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFAD; }

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

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

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

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

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

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

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

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