#BAAA9C

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

Shades of Silk #BAAA9C

Tints of Silk #BAAA9C

Color information

#BAAA9C (or 0xBAAA9C) is unknown color: approx Silk. HEX triplet: BA, AA and 9C. RGB value is (186,170,156). Sum of RGB (Red+Green+Blue) = 186+170+156=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA9C is #455563. Grayscale: #ADADAD. Windows color (decimal): -4543844 or 10267322. OLE color: 10267322.

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

Color convert

RGB186170156-
CMYK00.090.160.27
HSL28º17.86%67.06%-
HSV(B)28º16.13%72.94%-
XYZ40.6341.5937.34-
YUV173.19118.3137.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=36.33%
G=33.20%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617015600.090.160.272817.8667.06
HexBAAA9C09101B1c1243
Octal27225223401120333422103
Binary10111010101010101001110001001100001101111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA9C; }

 p { color: rgb(186,170,156); }

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

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

 a { background-color: rgb(186,170,156); }

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

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

 span { border-color: rgb(186,170,156); }

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