#BAA79A

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

Shades of Silk #BAA79A

Tints of Silk #BAA79A

Color information

#BAA79A (or 0xBAA79A) is unknown color: approx Silk. HEX triplet: BA, A7 and 9A. RGB value is (186,167,154). Sum of RGB (Red+Green+Blue) = 186+167+154=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA79A is #455865. Grayscale: #ABABAB. Windows color (decimal): -4544614 or 10135482. OLE color: 10135482.

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

Color convert

RGB186167154-
CMYK00.100.170.27
HSL24.38º18.82%66.67%-
HSV(B)24.38º17.2%72.94%-
XYZ39.940.4136.27-
YUV171.2118.29138.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=36.69%
G=32.94%
B=30.37%

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
Decimal18616715400.100.170.2724.3818.8266.67
HexBAA79A0A111B181343
Octal27224723201221333023103
Binary10111010101001111001101001010100011101111000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA79A; }

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

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

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

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

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

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

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

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