#BC607C

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

Shades of Tapestry #BC607C

Tints of Tapestry #BC607C

Color information

#BC607C (or 0xBC607C) is unknown color: approx Tapestry. HEX triplet: BC, 60 and 7C. RGB value is (188,96,124). Sum of RGB (Red+Green+Blue) = 188+96+124=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607C is #439F83. Grayscale: #7E7E7E. Windows color (decimal): -4431748 or 8151228. OLE color: 8151228.

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

Color convert

RGB18896124-
CMYK00.490.340.26
HSL341.74º40.71%55.69%-
HSV(B)341.74º48.94%73.73%-
XYZ28.5620.5121.52-
YUV126.7126.48171.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=46.08%
G=23.53%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889612400.490.340.26341.7440.7155.69
HexBC607C031221A1562938
Octal27414017406142325265170
Binary1011110011000001111100011000110001011010101010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC607C; }

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

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

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

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

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

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

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

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