#BAA89B

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

Shades of Silk #BAA89B

Tints of Silk #BAA89B

Color information

#BAA89B (or 0xBAA89B) is unknown color: approx Silk. HEX triplet: BA, A8 and 9B. RGB value is (186,168,155). Sum of RGB (Red+Green+Blue) = 186+168+155=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA89B is #455764. Grayscale: #ABABAB. Windows color (decimal): -4544357 or 10201274. OLE color: 10201274.

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

Color convert

RGB186168155-
CMYK00.100.170.27
HSL25.16º18.34%66.86%-
HSV(B)25.16º16.67%72.94%-
XYZ40.1740.8136.77-
YUV171.9118.46138.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=36.54%
G=33.01%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616815500.100.170.2725.1618.3466.86
HexBAA89B0A111B191243
Octal27225023301221333122103
Binary10111010101010001001101101010100011101111001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA89B; }

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

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

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

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

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

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

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

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