#BAA599

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

Shades of Silk #BAA599

Tints of Silk #BAA599

Color information

#BAA599 (or 0xBAA599) is unknown color: approx Silk. HEX triplet: BA, A5 and 99. RGB value is (186,165,153). Sum of RGB (Red+Green+Blue) = 186+165+153=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA599 is #455A66. Grayscale: #A9A9A9. Windows color (decimal): -4545127 or 10069434. OLE color: 10069434.

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

Color convert

RGB186165153-
CMYK00.110.180.27
HSL21.82º19.3%66.47%-
HSV(B)21.82º17.74%72.94%-
XYZ39.4539.6535.71-
YUV169.91118.46139.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=36.90%
G=32.74%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616515300.110.180.2721.8219.366.47
HexBAA5990B121B161342
Octal27224523101322332623102
Binary10111010101001011001100101011100101101110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA599; }

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

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

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

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

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

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

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

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