#BAB5A4

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

Shades of Ash #BAB5A4

Tints of Ash #BAB5A4

Color information

#BAB5A4 (or 0xBAB5A4) is unknown color: approx Ash. HEX triplet: BA, B5 and A4. RGB value is (186,181,164). Sum of RGB (Red+Green+Blue) = 186+181+164=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5A4 is #454A5B. Grayscale: #B4B4B4. Windows color (decimal): -4541020 or 10794426. OLE color: 10794426.

HSL color Cylindrical-coordinate representation of color #BAB5A4: hue angle of 46.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB5A4 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB186181164-
CMYK00.030.120.27
HSL46.36º13.75%68.63%-
HSV(B)46.36º11.83%72.94%-
XYZ43.4746.1741.74-
YUV180.56118.66131.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=35.03%
G=34.09%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618116400.030.120.2746.3613.7568.63
HexBAB5A403C1B2ee45
Octal2722652440314335616105
Binary10111010101101011010010001111001101110111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5A4; }

 p { color: rgb(186,181,164); }

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

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

 a { background-color: rgb(186,181,164); }

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

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

 span { border-color: rgb(186,181,164); }

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