#BC647B

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

Shades of Tapestry #BC647B

Tints of Tapestry #BC647B

Color information

#BC647B (or 0xBC647B) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 7B. RGB value is (188,100,123). Sum of RGB (Red+Green+Blue) = 188+100+123=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC647B is #439B84. Grayscale: #808080. Windows color (decimal): -4430725 or 8086716. OLE color: 8086716.

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

Color convert

RGB188100123-
CMYK00.470.350.26
HSL344.32º39.64%56.47%-
HSV(B)344.32º46.81%73.73%-
XYZ28.8721.2421.32-
YUV128.93124.65170.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=45.74%
G=24.33%
B=29.93%

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
Decimal18810012300.470.350.26344.3239.6456.47
HexBC647B02F231A1582838
Octal27414417305743325305070
Binary1011110011001001111011010111110001111010101011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC647B; }

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

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

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

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

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

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

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

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