#BC657E

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

Shades of Tapestry #BC657E

Tints of Tapestry #BC657E

Color information

#BC657E (or 0xBC657E) is unknown color: approx Tapestry. HEX triplet: BC, 65 and 7E. RGB value is (188,101,126). Sum of RGB (Red+Green+Blue) = 188+101+126=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC657E is #439A81. Grayscale: #818181. Windows color (decimal): -4430466 or 8283580. OLE color: 8283580.

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

Color convert

RGB188101126-
CMYK00.460.330.26
HSL342.76º39.37%56.67%-
HSV(B)342.76º46.28%73.73%-
XYZ29.1621.5122.35-
YUV129.86125.82169.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=45.30%
G=24.34%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810112600.460.330.26342.7639.3756.67
HexBC657E02E211A1572739
Octal27414517605641325274771
Binary1011110011001011111110010111010000111010101010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC657E; }

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

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

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

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

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

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

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

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