#BAA597

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

Shades of Silk #BAA597

Tints of Silk #BAA597

Color information

#BAA597 (or 0xBAA597) is unknown color: approx Silk. HEX triplet: BA, A5 and 97. RGB value is (186,165,151). Sum of RGB (Red+Green+Blue) = 186+165+151=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA597 is #455A68. Grayscale: #A9A9A9. Windows color (decimal): -4545129 or 9938362. OLE color: 9938362.

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

Color convert

RGB186165151-
CMYK00.110.190.27
HSL24º20.23%66.08%-
HSV(B)24º18.82%72.94%-
XYZ39.2939.5834.85-
YUV169.68117.46139.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=37.05%
G=32.87%
B=30.08%

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
Decimal18616515100.110.190.272420.2366.08
HexBAA5970B131B181442
Octal27224522701323333024102
Binary10111010101001011001011101011100111101111000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA597; }

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

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

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

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

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

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

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

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