#BBA896

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

Shades of Silk #BBA896

Tints of Silk #BBA896

Color information

#BBA896 (or 0xBBA896) is unknown color: approx Silk. HEX triplet: BB, A8 and 96. RGB value is (187,168,150). Sum of RGB (Red+Green+Blue) = 187+168+150=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA896 is #445769. Grayscale: #ABABAB. Windows color (decimal): -4478826 or 9873595. OLE color: 9873595.

HSL color Cylindrical-coordinate representation of color #BBA896: hue angle of 29.19º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA896 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187168150-
CMYK00.100.200.27
HSL29.19º21.39%66.08%-
HSV(B)29.19º19.79%73.33%-
XYZ4040.7734.62-
YUV171.63115.79138.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=37.03%
G=33.27%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716815000.100.200.2729.1921.3966.08
HexBBA8960A141B1d1542
Octal27325022601224333525102
Binary10111011101010001001011001010101001101111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA896; }

 p { color: rgb(187,168,150); }

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

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

 a { background-color: rgb(187,168,150); }

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

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

 span { border-color: rgb(187,168,150); }

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