#BBAA9F

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

Shades of Silk #BBAA9F

Tints of Silk #BBAA9F

Color information

#BBAA9F (or 0xBBAA9F) is unknown color: approx Silk. HEX triplet: BB, AA and 9F. RGB value is (187,170,159). Sum of RGB (Red+Green+Blue) = 187+170+159=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA9F is #445560. Grayscale: #ADADAD. Windows color (decimal): -4478305 or 10463931. OLE color: 10463931.

HSL color Cylindrical-coordinate representation of color #BBAA9F: hue angle of 23.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAA9F is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187170159-
CMYK00.090.150.27
HSL23.57º17.07%67.84%-
HSV(B)23.57º14.97%73.33%-
XYZ41.1341.8238.7-
YUV173.83119.63137.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=36.24%
G=32.95%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717015900.090.150.2723.5717.0767.84
HexBBAA9F09F1B181144
Octal27325223701117333021104
Binary1011101110101010100111110100111111101111000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA9F; }

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

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

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

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

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

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

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

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