#BAA592

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

Shades of Silk #BAA592

Tints of Silk #BAA592

Color information

#BAA592 (or 0xBAA592) is unknown color: approx Silk. HEX triplet: BA, A5 and 92. RGB value is (186,165,146). Sum of RGB (Red+Green+Blue) = 186+165+146=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA592 is #455A6D. Grayscale: #A9A9A9. Windows color (decimal): -4545134 or 9610682. OLE color: 9610682.

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

Color convert

RGB186165146-
CMYK00.110.220.27
HSL28.5º22.47%65.1%-
HSV(B)28.5º21.51%72.94%-
XYZ38.8939.4232.75-
YUV169.11114.96140.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=37.42%
G=33.20%
B=29.38%

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
Decimal18616514600.110.220.2728.522.4765.1
HexBAA5920B161B1d1641
Octal27224522201326333526101
Binary10111010101001011001001001011101101101111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA592; }

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

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

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

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

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

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

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

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