#BC657C

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

Shades of Tapestry #BC657C

Tints of Tapestry #BC657C

Color information

#BC657C (or 0xBC657C) is unknown color: approx Tapestry. HEX triplet: BC, 65 and 7C. RGB value is (188,101,124). Sum of RGB (Red+Green+Blue) = 188+101+124=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC657C is #439A83. Grayscale: #818181. Windows color (decimal): -4430468 or 8152508. OLE color: 8152508.

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

Color convert

RGB188101124-
CMYK00.460.340.26
HSL344.14º39.37%56.67%-
HSV(B)344.14º46.28%73.73%-
XYZ29.0321.4521.68-
YUV129.64124.82169.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=45.52%
G=24.46%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810112400.460.340.26344.1439.3756.67
HexBC657C02E221A1582739
Octal27414517405642325304771
Binary1011110011001011111100010111010001011010101011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC657C; }

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

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

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

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

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

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

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

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