#BAAA9A

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

Shades of Silk #BAAA9A

Tints of Silk #BAAA9A

Color information

#BAAA9A (or 0xBAAA9A) is unknown color: approx Silk. HEX triplet: BA, AA and 9A. RGB value is (186,170,154). Sum of RGB (Red+Green+Blue) = 186+170+154=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA9A is #455565. Grayscale: #ADADAD. Windows color (decimal): -4543846 or 10136250. OLE color: 10136250.

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

Color convert

RGB186170154-
CMYK00.090.170.27
HSL30º18.82%66.67%-
HSV(B)30º17.2%72.94%-
XYZ40.4641.5236.45-
YUV172.96117.3137.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=36.47%
G=33.33%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617015400.090.170.273018.8266.67
HexBAAA9A09111B1e1343
Octal27225223201121333623103
Binary10111010101010101001101001001100011101111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA9A; }

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

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

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

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

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

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

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

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