#BAA796

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

Shades of Silk #BAA796

Tints of Silk #BAA796

Color information

#BAA796 (or 0xBAA796) is unknown color: approx Silk. HEX triplet: BA, A7 and 96. RGB value is (186,167,150). Sum of RGB (Red+Green+Blue) = 186+167+150=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA796 is #455869. Grayscale: #AAAAAA. Windows color (decimal): -4544618 or 9873338. OLE color: 9873338.

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

Color convert

RGB186167150-
CMYK00.100.190.27
HSL28.33º20.69%65.88%-
HSV(B)28.33º19.35%72.94%-
XYZ39.5740.2834.54-
YUV170.74116.29138.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=36.98%
G=33.20%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616715000.100.190.2728.3320.6965.88
HexBAA7960A131B1c1542
Octal27224722601223333425102
Binary10111010101001111001011001010100111101111100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA796; }

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

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

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

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

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

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

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

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