#BC637E

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

Shades of Tapestry #BC637E

Tints of Tapestry #BC637E

Color information

#BC637E (or 0xBC637E) is unknown color: approx Tapestry. HEX triplet: BC, 63 and 7E. RGB value is (188,99,126). Sum of RGB (Red+Green+Blue) = 188+99+126=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC637E is #439C81. Grayscale: #808080. Windows color (decimal): -4430978 or 8283068. OLE color: 8283068.

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

Color convert

RGB18899126-
CMYK00.470.330.26
HSL341.8º39.91%56.27%-
HSV(B)341.8º47.34%73.73%-
XYZ28.9721.1222.29-
YUV128.69126.49170.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=45.52%
G=23.97%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889912600.470.330.26341.839.9156.27
HexBC637E02F211A1562838
Octal27414317605741325265070
Binary1011110011000111111110010111110000111010101010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC637E; }

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

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

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

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

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

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

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

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