#BAAA99

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

Shades of Silk #BAAA99

Tints of Silk #BAAA99

Color information

#BAAA99 (or 0xBAAA99) is unknown color: approx Silk. HEX triplet: BA, AA and 99. RGB value is (186,170,153). Sum of RGB (Red+Green+Blue) = 186+170+153=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA99 is #455566. Grayscale: #ACACAC. Windows color (decimal): -4543847 or 10070714. OLE color: 10070714.

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

Color convert

RGB186170153-
CMYK00.090.180.27
HSL30.91º19.3%66.47%-
HSV(B)30.91º17.74%72.94%-
XYZ40.3741.4936.02-
YUV172.85116.8137.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=36.54%
G=33.40%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617015300.090.180.2730.9119.366.47
HexBAAA9909121B1f1342
Octal27225223101122333723102
Binary10111010101010101001100101001100101101111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA99; }

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

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

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

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

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

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

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

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