#BAA897

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

Shades of Silk #BAA897

Tints of Silk #BAA897

Color information

#BAA897 (or 0xBAA897) is unknown color: approx Silk. HEX triplet: BA, A8 and 97. RGB value is (186,168,151). Sum of RGB (Red+Green+Blue) = 186+168+151=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA897 is #455768. Grayscale: #ABABAB. Windows color (decimal): -4544361 or 9939130. OLE color: 9939130.

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

Color convert

RGB186168151-
CMYK00.100.190.27
HSL29.14º20.23%66.08%-
HSV(B)29.14º18.82%72.94%-
XYZ39.8440.6835.03-
YUV171.44116.46138.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=36.83%
G=33.27%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616815100.100.190.2729.1420.2366.08
HexBAA8970A131B1d1442
Octal27225022701223333524102
Binary10111010101010001001011101010100111101111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA897; }

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

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

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

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

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

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

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

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