#BBA694

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

Shades of Silk #BBA694

Tints of Silk #BBA694

Color information

#BBA694 (or 0xBBA694) is unknown color: approx Silk. HEX triplet: BB, A6 and 94. RGB value is (187,166,148). Sum of RGB (Red+Green+Blue) = 187+166+148=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA694 is #44596B. Grayscale: #AAAAAA. Windows color (decimal): -4479340 or 9742011. OLE color: 9742011.

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

Color convert

RGB187166148-
CMYK00.110.210.27
HSL27.69º22.29%65.69%-
HSV(B)27.69º20.86%73.33%-
XYZ39.4839.9833.65-
YUV170.23115.46139.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=37.33%
G=33.13%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716614800.110.210.2727.6922.2965.69
HexBBA6940B151B1c1642
Octal27324622401325333426102
Binary10111011101001101001010001011101011101111100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA694; }

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

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

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

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

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

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

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

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