#BAA596

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

Shades of Silk #BAA596

Tints of Silk #BAA596

Color information

#BAA596 (or 0xBAA596) is unknown color: approx Silk. HEX triplet: BA, A5 and 96. RGB value is (186,165,150). Sum of RGB (Red+Green+Blue) = 186+165+150=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA596 is #455A69. Grayscale: #A9A9A9. Windows color (decimal): -4545130 or 9872826. OLE color: 9872826.

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

Color convert

RGB186165150-
CMYK00.110.190.27
HSL25º20.69%65.88%-
HSV(B)25º19.35%72.94%-
XYZ39.2139.5534.42-
YUV169.57116.96139.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=37.13%
G=32.93%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616515000.110.190.272520.6965.88
HexBAA5960B131B191542
Octal27224522601323333125102
Binary10111010101001011001011001011100111101111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA596; }

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

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

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

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

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

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

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

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