#BAA99B

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

Shades of Silk #BAA99B

Tints of Silk #BAA99B

Color information

#BAA99B (or 0xBAA99B) is unknown color: approx Silk. HEX triplet: BA, A9 and 9B. RGB value is (186,169,155). Sum of RGB (Red+Green+Blue) = 186+169+155=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA99B is #455664. Grayscale: #ACACAC. Windows color (decimal): -4544101 or 10201530. OLE color: 10201530.

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

Color convert

RGB186169155-
CMYK00.090.170.27
HSL27.1º18.34%66.86%-
HSV(B)27.1º16.67%72.94%-
XYZ40.3541.1836.83-
YUV172.49118.13137.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=36.47%
G=33.14%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616915500.090.170.2727.118.3466.86
HexBAA99B09111B1b1243
Octal27225123301121333322103
Binary10111010101010011001101101001100011101111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA99B; }

 p { color: rgb(186,169,155); }

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

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

 a { background-color: rgb(186,169,155); }

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

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

 span { border-color: rgb(186,169,155); }

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