#BC607F

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

Shades of Tapestry #BC607F

Tints of Tapestry #BC607F

Color information

#BC607F (or 0xBC607F) is unknown color: approx Tapestry. HEX triplet: BC, 60 and 7F. RGB value is (188,96,127). Sum of RGB (Red+Green+Blue) = 188+96+127=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607F is #439F80. Grayscale: #7F7F7F. Windows color (decimal): -4431745 or 8347836. OLE color: 8347836.

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

Color convert

RGB18896127-
CMYK00.490.320.26
HSL339.78º40.71%55.69%-
HSV(B)339.78º48.94%73.73%-
XYZ28.7520.5922.54-
YUV127.04127.98171.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 127 (50% from 255) = 30.90%
R=45.74%
G=23.36%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889612700.490.320.26339.7840.7155.69
HexBC607F031201A1542938
Octal27414017706140325245170
Binary1011110011000001111111011000110000011010101010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC607F; }

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

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

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

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

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

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

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

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