#BBAA9A

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

Shades of Silk #BBAA9A

Tints of Silk #BBAA9A

Color information

#BBAA9A (or 0xBBAA9A) is unknown color: approx Silk. HEX triplet: BB, AA and 9A. RGB value is (187,170,154). Sum of RGB (Red+Green+Blue) = 187+170+154=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA9A is #445565. Grayscale: #ADADAD. Windows color (decimal): -4478310 or 10136251. OLE color: 10136251.

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

Color convert

RGB187170154-
CMYK00.090.180.27
HSL29.09º19.53%66.86%-
HSV(B)29.09º17.65%73.33%-
XYZ40.741.6536.47-
YUV173.26117.13137.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=36.59%
G=33.27%
B=30.14%

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
Decimal18717015400.090.180.2729.0919.5366.86
HexBBAA9A09121B1d1443
Octal27325223201122333524103
Binary10111011101010101001101001001100101101111101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA9A; }

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

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

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

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

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

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

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

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