#BBA994

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

Shades of Silk #BBA994

Tints of Silk #BBA994

Color information

#BBA994 (or 0xBBA994) is unknown color: approx Silk. HEX triplet: BB, A9 and 94. RGB value is (187,169,148). Sum of RGB (Red+Green+Blue) = 187+169+148=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA994 is #44566B. Grayscale: #ACACAC. Windows color (decimal): -4478572 or 9742779. OLE color: 9742779.

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

Color convert

RGB187169148-
CMYK00.100.210.27
HSL32.31º22.29%65.69%-
HSV(B)32.31º20.86%73.33%-
XYZ40.0341.0833.84-
YUV171.99114.46138.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=37.10%
G=33.53%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716914800.100.210.2732.3122.2965.69
HexBBA9940A151B201642
Octal27325122401225334026102
Binary101110111010100110010100010101010111011100000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA994; }

 p { color: rgb(187,169,148); }

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

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

 a { background-color: rgb(187,169,148); }

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

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

 span { border-color: rgb(187,169,148); }

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