#BAA899

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

Shades of Silk #BAA899

Tints of Silk #BAA899

Color information

#BAA899 (or 0xBAA899) is unknown color: approx Silk. HEX triplet: BA, A8 and 99. RGB value is (186,168,153). Sum of RGB (Red+Green+Blue) = 186+168+153=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA899 is #455766. Grayscale: #ABABAB. Windows color (decimal): -4544359 or 10070202. OLE color: 10070202.

HSL color Cylindrical-coordinate representation of color #BAA899: hue angle of 27.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA899 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB186168153-
CMYK00.100.180.27
HSL27.27º19.3%66.47%-
HSV(B)27.27º17.74%72.94%-
XYZ4040.7435.89-
YUV171.67117.46138.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=36.69%
G=33.14%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616815300.100.180.2727.2719.366.47
HexBAA8990A121B1b1342
Octal27225023101222333323102
Binary10111010101010001001100101010100101101111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA899; }

 p { color: rgb(186,168,153); }

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

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

 a { background-color: rgb(186,168,153); }

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

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

 span { border-color: rgb(186,168,153); }

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