#BC8087

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

Shades of Tapestry #BC8087

Tints of Tapestry #BC8087

Color information

#BC8087 (or 0xBC8087) is unknown color: approx Tapestry. HEX triplet: BC, 80 and 87. RGB value is (188,128,135). Sum of RGB (Red+Green+Blue) = 188+128+135=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8087 is #437F78. Grayscale: #929292. Windows color (decimal): -4423545 or 8880316. OLE color: 8880316.

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

Color convert

RGB188128135-
CMYK00.320.280.26
HSL353º30.93%61.96%-
HSV(B)353º31.91%73.73%-
XYZ32.8327.8826.57-
YUV146.74121.38157.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=41.69%
G=28.38%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812813500.320.280.2635330.9361.96
HexBC80870201C1A1611f3e
Octal27420020704034325413776
Binary1011110010000000100001110100000111001101010110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8087; }

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

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

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

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

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

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

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

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