#BAAD9C

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

Shades of Silk #BAAD9C

Tints of Silk #BAAD9C

Color information

#BAAD9C (or 0xBAAD9C) is unknown color: approx Silk. HEX triplet: BA, AD and 9C. RGB value is (186,173,156). Sum of RGB (Red+Green+Blue) = 186+173+156=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9C is #455263. Grayscale: #AFAFAF. Windows color (decimal): -4543076 or 10268090. OLE color: 10268090.

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

Color convert

RGB186173156-
CMYK00.070.160.27
HSL34º17.86%67.06%-
HSV(B)34º16.13%72.94%-
XYZ41.1942.7337.53-
YUV174.95117.31135.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=36.12%
G=33.59%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617315600.070.160.273417.8667.06
HexBAAD9C07101B221243
Octal2722552340720334222103
Binary10111010101011011001110001111000011011100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD9C; }

 p { color: rgb(186,173,156); }

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

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

 a { background-color: rgb(186,173,156); }

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

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

 span { border-color: rgb(186,173,156); }

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