#BAA591

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

Shades of Silk #BAA591

Tints of Silk #BAA591

Color information

#BAA591 (or 0xBAA591) is unknown color: approx Silk. HEX triplet: BA, A5 and 91. RGB value is (186,165,145). Sum of RGB (Red+Green+Blue) = 186+165+145=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA591 is #455A6E. Grayscale: #A9A9A9. Windows color (decimal): -4545135 or 9545146. OLE color: 9545146.

HSL color Cylindrical-coordinate representation of color #BAA591: hue angle of 29.27º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA591 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186165145-
CMYK00.110.220.27
HSL29.27º22.91%64.9%-
HSV(B)29.27º22.04%72.94%-
XYZ38.8239.3932.35-
YUV169114.46140.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=37.5%
G=33.27%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616514500.110.220.2729.2722.9164.9
HexBAA5910B161B1d1741
Octal27224522101326333527101
Binary10111010101001011001000101011101101101111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA591; }

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

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

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

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

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

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

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

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