#BC617B

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

Shades of Tapestry #BC617B

Tints of Tapestry #BC617B

Color information

#BC617B (or 0xBC617B) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 7B. RGB value is (188,97,123). Sum of RGB (Red+Green+Blue) = 188+97+123=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC617B is #439E84. Grayscale: #7F7F7F. Windows color (decimal): -4431493 or 8085948. OLE color: 8085948.

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

Color convert

RGB18897123-
CMYK00.480.350.26
HSL342.86º40.44%55.88%-
HSV(B)342.86º48.4%73.73%-
XYZ28.5920.6721.22-
YUV127.17125.65171.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=46.08%
G=23.77%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889712300.480.350.26342.8640.4455.88
HexBC617B030231A1572838
Octal27414117306043325275070
Binary1011110011000011111011011000010001111010101010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC617B; }

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

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

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

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

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

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

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

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