#BC7E82

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

Shades of Tapestry #BC7E82

Tints of Tapestry #BC7E82

Color information

#BC7E82 (or 0xBC7E82) is unknown color: approx Tapestry. HEX triplet: BC, 7E and 82. RGB value is (188,126,130). Sum of RGB (Red+Green+Blue) = 188+126+130=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E82 is #43817D. Grayscale: #919191. Windows color (decimal): -4424062 or 8552124. OLE color: 8552124.

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

Color convert

RGB188126130-
CMYK00.330.310.26
HSL356.13º31.63%61.57%-
HSV(B)356.13º32.98%73.73%-
XYZ32.2327.2224.68-
YUV144.99119.54158.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=42.34%
G=28.38%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812613000.330.310.26356.1331.6361.57
HexBC7E820211F1A164203e
Octal27417620204137325444076
Binary1011110011111101000001001000011111111010101100100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E82; }

 p { color: rgb(188,126,130); }

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

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

 a { background-color: rgb(188,126,130); }

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

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

 span { border-color: rgb(188,126,130); }

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