#BAA79B

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

Shades of Silk #BAA79B

Tints of Silk #BAA79B

Color information

#BAA79B (or 0xBAA79B) is unknown color: approx Silk. HEX triplet: BA, A7 and 9B. RGB value is (186,167,155). Sum of RGB (Red+Green+Blue) = 186+167+155=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA79B is #455864. Grayscale: #ABABAB. Windows color (decimal): -4544613 or 10201018. OLE color: 10201018.

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

Color convert

RGB186167155-
CMYK00.100.170.27
HSL23.23º18.34%66.86%-
HSV(B)23.23º16.67%72.94%-
XYZ39.9840.4436.71-
YUV171.31118.79138.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=36.61%
G=32.87%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616715500.100.170.2723.2318.3466.86
HexBAA79B0A111B171243
Octal27224723301221332722103
Binary10111010101001111001101101010100011101110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA79B; }

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

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

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

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

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

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

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

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