#BAA89A

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

Shades of Silk #BAA89A

Tints of Silk #BAA89A

Color information

#BAA89A (or 0xBAA89A) is unknown color: approx Silk. HEX triplet: BA, A8 and 9A. RGB value is (186,168,154). Sum of RGB (Red+Green+Blue) = 186+168+154=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA89A is #455765. Grayscale: #ABABAB. Windows color (decimal): -4544358 or 10135738. OLE color: 10135738.

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

Color convert

RGB186168154-
CMYK00.100.170.27
HSL26.25º18.82%66.67%-
HSV(B)26.25º17.2%72.94%-
XYZ40.0940.7836.33-
YUV171.79117.96138.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=36.61%
G=33.07%
B=30.31%

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
Decimal18616815400.100.170.2726.2518.8266.67
HexBAA89A0A111B1a1343
Octal27225023201221333223103
Binary10111010101010001001101001010100011101111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA89A; }

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

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

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

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

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

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

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

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