#BAA89D

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

Shades of Silk #BAA89D

Tints of Silk #BAA89D

Color information

#BAA89D (or 0xBAA89D) is unknown color: approx Silk. HEX triplet: BA, A8 and 9D. RGB value is (186,168,157). Sum of RGB (Red+Green+Blue) = 186+168+157=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA89D is #455762. Grayscale: #ACACAC. Windows color (decimal): -4544355 or 10332346. OLE color: 10332346.

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

Color convert

RGB186168157-
CMYK00.100.160.27
HSL22.76º17.37%67.25%-
HSV(B)22.76º15.59%72.94%-
XYZ40.3440.8837.66-
YUV172.13119.46137.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=36.40%
G=32.88%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616815700.100.160.2722.7617.3767.25
HexBAA89D0A101B171143
Octal27225023501220332721103
Binary10111010101010001001110101010100001101110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA89D; }

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

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

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

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

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

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

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

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