#BAAB9A

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

Shades of Silk #BAAB9A

Tints of Silk #BAAB9A

Color information

#BAAB9A (or 0xBAAB9A) is unknown color: approx Silk. HEX triplet: BA, AB and 9A. RGB value is (186,171,154). Sum of RGB (Red+Green+Blue) = 186+171+154=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB9A is #455465. Grayscale: #ADADAD. Windows color (decimal): -4543590 or 10136506. OLE color: 10136506.

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

Color convert

RGB186171154-
CMYK00.080.170.27
HSL31.88º18.82%66.67%-
HSV(B)31.88º17.2%72.94%-
XYZ40.6541.936.52-
YUV173.55116.97136.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=36.40%
G=33.46%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617115400.080.170.2731.8818.8266.67
HexBAAB9A08111B201343
Octal27225323201021334023103
Binary101110101010101110011010010001000111011100000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB9A; }

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

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

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

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

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

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

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

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