#BAAB99

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

Shades of Silk #BAAB99

Tints of Silk #BAAB99

Color information

#BAAB99 (or 0xBAAB99) is unknown color: approx Silk. HEX triplet: BA, AB and 99. RGB value is (186,171,153). Sum of RGB (Red+Green+Blue) = 186+171+153=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB99 is #455466. Grayscale: #ADADAD. Windows color (decimal): -4543591 or 10070970. OLE color: 10070970.

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

Color convert

RGB186171153-
CMYK00.080.180.27
HSL32.73º19.3%66.47%-
HSV(B)32.73º17.74%72.94%-
XYZ40.5641.8636.08-
YUV173.43116.47136.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 153 (60.16% from 255) = 30%
R=36.47%
G=33.53%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617115300.080.180.2732.7319.366.47
HexBAAB9908121B211342
Octal27225323101022334123102
Binary101110101010101110011001010001001011011100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB99; }

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

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

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

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

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

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

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

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