#BAAB9F

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

Shades of Silk #BAAB9F

Tints of Silk #BAAB9F

Color information

#BAAB9F (or 0xBAAB9F) is unknown color: approx Silk. HEX triplet: BA, AB and 9F. RGB value is (186,171,159). Sum of RGB (Red+Green+Blue) = 186+171+159=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB9F is #455460. Grayscale: #AEAEAE. Windows color (decimal): -4543585 or 10464186. OLE color: 10464186.

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

Color convert

RGB186171159-
CMYK00.080.150.27
HSL26.67º16.36%67.65%-
HSV(B)26.67º14.52%72.94%-
XYZ41.0742.0738.76-
YUV174.12119.47136.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=36.05%
G=33.14%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617115900.080.150.2726.6716.3667.65
HexBAAB9F08F1B1b1044
Octal27225323701017333320104
Binary1011101010101011100111110100011111101111011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB9F; }

 p { color: rgb(186,171,159); }

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

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

 a { background-color: rgb(186,171,159); }

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

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

 span { border-color: rgb(186,171,159); }

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