#BC617F

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

Shades of Tapestry #BC617F

Tints of Tapestry #BC617F

Color information

#BC617F (or 0xBC617F) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 7F. RGB value is (188,97,127). Sum of RGB (Red+Green+Blue) = 188+97+127=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC617F is #439E80. Grayscale: #7F7F7F. Windows color (decimal): -4431489 or 8348092. OLE color: 8348092.

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

Color convert

RGB18897127-
CMYK00.480.320.26
HSL340.22º40.44%55.88%-
HSV(B)340.22º48.4%73.73%-
XYZ28.8420.7722.57-
YUV127.63127.65171.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 127 (50% from 255) = 30.83%
R=45.63%
G=23.54%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889712700.480.320.26340.2240.4455.88
HexBC617F030201A1542838
Octal27414117706040325245070
Binary1011110011000011111111011000010000011010101010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC617F; }

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

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

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

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

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

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

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

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