#BAA595

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

Shades of Silk #BAA595

Tints of Silk #BAA595

Color information

#BAA595 (or 0xBAA595) is unknown color: approx Silk. HEX triplet: BA, A5 and 95. RGB value is (186,165,149). Sum of RGB (Red+Green+Blue) = 186+165+149=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA595 is #455A6A. Grayscale: #A9A9A9. Windows color (decimal): -4545131 or 9807290. OLE color: 9807290.

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

Color convert

RGB186165149-
CMYK00.110.200.27
HSL25.95º21.14%65.69%-
HSV(B)25.95º19.89%72.94%-
XYZ39.1339.5234-
YUV169.46116.46139.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=37.2%
G=33%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616514900.110.200.2725.9521.1465.69
HexBAA5950B141B1a1542
Octal27224522501324333225102
Binary10111010101001011001010101011101001101111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA595; }

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

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

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

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

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

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

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

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