#BBAA9C

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

Shades of Silk #BBAA9C

Tints of Silk #BBAA9C

Color information

#BBAA9C (or 0xBBAA9C) is unknown color: approx Silk. HEX triplet: BB, AA and 9C. RGB value is (187,170,156). Sum of RGB (Red+Green+Blue) = 187+170+156=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA9C is #445563. Grayscale: #ADADAD. Windows color (decimal): -4478308 or 10267323. OLE color: 10267323.

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

Color convert

RGB187170156-
CMYK00.090.170.27
HSL27.1º18.56%67.25%-
HSV(B)27.1º16.58%73.33%-
XYZ40.8741.7137.35-
YUV173.49118.13137.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=36.45%
G=33.14%
B=30.41%

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
Decimal18717015600.090.170.2727.118.5667.25
HexBBAA9C09111B1b1343
Octal27325223401121333323103
Binary10111011101010101001110001001100011101111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA9C; }

 p { color: rgb(187,170,156); }

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

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

 a { background-color: rgb(187,170,156); }

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

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

 span { border-color: rgb(187,170,156); }

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