#BAAAA0

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

Shades of Silk #BAAAA0

Tints of Silk #BAAAA0

Color information

#BAAAA0 (or 0xBAAAA0) is unknown color: approx Silk. HEX triplet: BA, AA and A0. RGB value is (186,170,160). Sum of RGB (Red+Green+Blue) = 186+170+160=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA0 is #45555F. Grayscale: #ADADAD. Windows color (decimal): -4543840 or 10529466. OLE color: 10529466.

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

Color convert

RGB186170160-
CMYK00.090.140.27
HSL23.08º15.85%67.84%-
HSV(B)23.08º13.98%72.94%-
XYZ40.9741.7339.15-
YUV173.64120.3136.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=36.05%
G=32.95%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617016000.090.140.2723.0815.8567.84
HexBAAAA009E1B171044
Octal27225224001116332720104
Binary1011101010101010101000000100111101101110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAA0; }

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

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

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

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

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

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

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

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