#BC607E

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

Shades of Tapestry #BC607E

Tints of Tapestry #BC607E

Color information

#BC607E (or 0xBC607E) is unknown color: approx Tapestry. HEX triplet: BC, 60 and 7E. RGB value is (188,96,126). Sum of RGB (Red+Green+Blue) = 188+96+126=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607E is #439F81. Grayscale: #7E7E7E. Windows color (decimal): -4431746 or 8282300. OLE color: 8282300.

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

Color convert

RGB18896126-
CMYK00.490.330.26
HSL340.43º40.71%55.69%-
HSV(B)340.43º48.94%73.73%-
XYZ28.6920.5622.2-
YUV126.93127.48171.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=45.85%
G=23.41%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889612600.490.330.26340.4340.7155.69
HexBC607E031211A1542938
Octal27414017606141325245170
Binary1011110011000001111110011000110000111010101010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC607E; }

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

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

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

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

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

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

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

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