#BC637D

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

Shades of Tapestry #BC637D

Tints of Tapestry #BC637D

Color information

#BC637D (or 0xBC637D) is unknown color: approx Tapestry. HEX triplet: BC, 63 and 7D. RGB value is (188,99,125). Sum of RGB (Red+Green+Blue) = 188+99+125=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC637D is #439C82. Grayscale: #808080. Windows color (decimal): -4430979 or 8217532. OLE color: 8217532.

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

Color convert

RGB18899125-
CMYK00.470.340.26
HSL342.47º39.91%56.27%-
HSV(B)342.47º47.34%73.73%-
XYZ28.921.121.95-
YUV128.57125.99170.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=45.63%
G=24.03%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889912500.470.340.26342.4739.9156.27
HexBC637D02F221A1562838
Octal27414317505742325265070
Binary1011110011000111111101010111110001011010101010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC637D; }

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

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

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

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

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

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

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

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