#BBA493

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

Shades of Silk #BBA493

Tints of Silk #BBA493

Color information

#BBA493 (or 0xBBA493) is unknown color: approx Silk. HEX triplet: BB, A4 and 93. RGB value is (187,164,147). Sum of RGB (Red+Green+Blue) = 187+164+147=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA493 is #445B6C. Grayscale: #A9A9A9. Windows color (decimal): -4479853 or 9675963. OLE color: 9675963.

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

Color convert

RGB187164147-
CMYK00.120.210.27
HSL25.5º22.73%65.49%-
HSV(B)25.5º21.39%73.33%-
XYZ39.0439.2233.12-
YUV168.94115.62140.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=37.55%
G=32.93%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716414700.120.210.2725.522.7365.49
HexBBA4930C151B1a1741
Octal27324422301425333227101
Binary10111011101001001001001101100101011101111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA493; }

 p { color: rgb(187,164,147); }

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

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

 a { background-color: rgb(187,164,147); }

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

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

 span { border-color: rgb(187,164,147); }

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