#BAAA9B

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

Shades of Silk #BAAA9B

Tints of Silk #BAAA9B

Color information

#BAAA9B (or 0xBAAA9B) is unknown color: approx Silk. HEX triplet: BA, AA and 9B. RGB value is (186,170,155). Sum of RGB (Red+Green+Blue) = 186+170+155=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA9B is #455564. Grayscale: #ADADAD. Windows color (decimal): -4543845 or 10201786. OLE color: 10201786.

HSL color Cylindrical-coordinate representation of color #BAAA9B: hue angle of 29.03º degrees, saturation: 0.18, 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 #BAAA9B is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186170155-
CMYK00.090.170.27
HSL29.03º18.34%66.86%-
HSV(B)29.03º16.67%72.94%-
XYZ40.5441.5636.89-
YUV173.07117.8137.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=36.40%
G=33.27%
B=30.33%

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
Decimal18617015500.090.170.2729.0318.3466.86
HexBAAA9B09111B1d1243
Octal27225223301121333522103
Binary10111010101010101001101101001100011101111101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA9B; }

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

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

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

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

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

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

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

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