#BC8081

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

Shades of Tapestry #BC8081

Tints of Tapestry #BC8081

Color information

#BC8081 (or 0xBC8081) is unknown color: approx Tapestry. HEX triplet: BC, 80 and 81. RGB value is (188,128,129). Sum of RGB (Red+Green+Blue) = 188+128+129=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8081 is #437F7E. Grayscale: #929292. Windows color (decimal): -4423551 or 8487100. OLE color: 8487100.

HSL color Cylindrical-coordinate representation of color #BC8081: hue angle of 359º 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 #BC8081 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB188128129-
CMYK00.320.310.26
HSL359º30.93%61.96%-
HSV(B)359º31.91%73.73%-
XYZ32.4227.7124.41-
YUV146.05118.38157.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=42.25%
G=28.76%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812812900.320.310.2635930.9361.96
HexBC80810201F1A1671f3e
Octal27420020104037325473776
Binary1011110010000000100000010100000111111101010110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8081; }

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

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

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

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

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

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

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

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