#BAAEA4

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

Shades of Silk #BAAEA4

Tints of Silk #BAAEA4

Color information

#BAAEA4 (or 0xBAAEA4) is unknown color: approx Silk. HEX triplet: BA, AE and A4. RGB value is (186,174,164). Sum of RGB (Red+Green+Blue) = 186+174+164=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA4 is #45515B. Grayscale: #B0B0B0. Windows color (decimal): -4542812 or 10792634. OLE color: 10792634.

HSL color Cylindrical-coordinate representation of color #BAAEA4: hue angle of 27.27º 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 #BAAEA4 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB186174164-
CMYK00.060.120.27
HSL27.27º13.75%68.63%-
HSV(B)27.27º11.83%72.94%-
XYZ42.0943.3941.28-
YUV176.45120.98134.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=35.50%
G=33.21%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617416400.060.120.2727.2713.7568.63
HexBAAEA406C1B1be45
Octal2722562440614333316105
Binary10111010101011101010010001101100110111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEA4; }

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

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

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

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

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

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

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

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