#BC8085

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

Shades of Tapestry #BC8085

Tints of Tapestry #BC8085

Color information

#BC8085 (or 0xBC8085) is unknown color: approx Tapestry. HEX triplet: BC, 80 and 85. RGB value is (188,128,133). Sum of RGB (Red+Green+Blue) = 188+128+133=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8085 is #437F7A. Grayscale: #929292. Windows color (decimal): -4423547 or 8749244. OLE color: 8749244.

HSL color Cylindrical-coordinate representation of color #BC8085: hue angle of 355º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8085 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188128133-
CMYK00.320.290.26
HSL355º30.93%61.96%-
HSV(B)355º31.91%73.73%-
XYZ32.6927.8225.84-
YUV146.51120.38157.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=41.87%
G=28.51%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812813300.320.290.2635530.9361.96
HexBC80850201D1A1631f3e
Octal27420020504035325433776
Binary1011110010000000100001010100000111011101010110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8085; }

 p { color: rgb(188,128,133); }

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

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

 a { background-color: rgb(188,128,133); }

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

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

 span { border-color: rgb(188,128,133); }

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