#BC607D

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

Shades of Tapestry #BC607D

Tints of Tapestry #BC607D

Color information

#BC607D (or 0xBC607D) is unknown color: approx Tapestry. HEX triplet: BC, 60 and 7D. RGB value is (188,96,125). Sum of RGB (Red+Green+Blue) = 188+96+125=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607D is #439F82. Grayscale: #7E7E7E. Windows color (decimal): -4431747 or 8216764. OLE color: 8216764.

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

Color convert

RGB18896125-
CMYK00.490.340.26
HSL341.09º40.71%55.69%-
HSV(B)341.09º48.94%73.73%-
XYZ28.6220.5421.86-
YUV126.81126.98171.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=45.97%
G=23.47%
B=30.56%

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
Decimal1889612500.490.340.26341.0940.7155.69
HexBC607D031221A1552938
Octal27414017506142325255170
Binary1011110011000001111101011000110001011010101010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC607D; }

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

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

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

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

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

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

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

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