#BBA893

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

Shades of Silk #BBA893

Tints of Silk #BBA893

Color information

#BBA893 (or 0xBBA893) is unknown color: approx Silk. HEX triplet: BB, A8 and 93. RGB value is (187,168,147). Sum of RGB (Red+Green+Blue) = 187+168+147=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA893 is #44576C. Grayscale: #ABABAB. Windows color (decimal): -4478829 or 9676987. OLE color: 9676987.

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

Color convert

RGB187168147-
CMYK00.100.210.27
HSL31.5º22.73%65.49%-
HSV(B)31.5º21.39%73.33%-
XYZ39.7640.6833.36-
YUV171.29114.29139.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=37.25%
G=33.47%
B=29.28%

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
Decimal18716814700.100.210.2731.522.7365.49
HexBBA8930A151B201741
Octal27325022301225334027101
Binary101110111010100010010011010101010111011100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA893; }

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

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

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

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

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

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

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

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