#BAA995

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

Shades of Silk #BAA995

Tints of Silk #BAA995

Color information

#BAA995 (or 0xBAA995) is unknown color: approx Silk. HEX triplet: BA, A9 and 95. RGB value is (186,169,149). Sum of RGB (Red+Green+Blue) = 186+169+149=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA995 is #45566A. Grayscale: #ABABAB. Windows color (decimal): -4544107 or 9808314. OLE color: 9808314.

HSL color Cylindrical-coordinate representation of color #BAA995: hue angle of 32.43º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA995 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186169149-
CMYK00.090.200.27
HSL32.43º21.14%65.69%-
HSV(B)32.43º19.89%72.94%-
XYZ39.8640.9834.24-
YUV171.8115.13138.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=36.90%
G=33.53%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616914900.090.200.2732.4321.1465.69
HexBAA99509141B201542
Octal27225122501124334025102
Binary101110101010100110010101010011010011011100000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA995; }

 p { color: rgb(186,169,149); }

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

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

 a { background-color: rgb(186,169,149); }

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

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

 span { border-color: rgb(186,169,149); }

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