#BC647A

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

Shades of Tapestry #BC647A

Tints of Tapestry #BC647A

Color information

#BC647A (or 0xBC647A) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 7A. RGB value is (188,100,122). Sum of RGB (Red+Green+Blue) = 188+100+122=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC647A is #439B85. Grayscale: #808080. Windows color (decimal): -4430726 or 8021180. OLE color: 8021180.

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

Color convert

RGB188100122-
CMYK00.470.350.26
HSL345º39.64%56.47%-
HSV(B)345º46.81%73.73%-
XYZ28.8121.2120.99-
YUV128.82124.15170.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=45.85%
G=24.39%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810012200.470.350.2634539.6456.47
HexBC647A02F231A1592838
Octal27414417205743325315070
Binary1011110011001001111010010111110001111010101011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC647A; }

 p { color: rgb(188,100,122); }

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

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

 a { background-color: rgb(188,100,122); }

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

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

 span { border-color: rgb(188,100,122); }

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