#BC6474

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

Shades of Tapestry #BC6474

Tints of Tapestry #BC6474

Color information

#BC6474 (or 0xBC6474) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 74. RGB value is (188,100,116). Sum of RGB (Red+Green+Blue) = 188+100+116=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6474 is #439B8B. Grayscale: #808080. Windows color (decimal): -4430732 or 7627964. OLE color: 7627964.

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

Color convert

RGB188100116-
CMYK00.470.380.26
HSL349.09º39.64%56.47%-
HSV(B)349.09º46.81%73.73%-
XYZ28.4521.0719.09-
YUV128.14121.15170.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=46.53%
G=24.75%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810011600.470.380.26349.0939.6456.47
HexBC647402F261A15d2838
Octal27414416405746325355070
Binary1011110011001001110100010111110011011010101011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6474; }

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

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

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

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

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

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

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

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