#BC648A

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

Shades of Tapestry #BC648A

Tints of Tapestry #BC648A

Color information

#BC648A (or 0xBC648A) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 8A. RGB value is (188,100,138). Sum of RGB (Red+Green+Blue) = 188+100+138=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC648A is #439B75. Grayscale: #828282. Windows color (decimal): -4430710 or 9069756. OLE color: 9069756.

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

Color convert

RGB188100138-
CMYK00.470.270.26
HSL334.09º39.64%56.47%-
HSV(B)334.09º46.81%73.73%-
XYZ29.8821.6426.65-
YUV130.64132.15168.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=44.13%
G=23.47%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810013800.470.270.26334.0939.6456.47
HexBC648A02F1B1A14e2838
Octal27414421205733325165070
Binary1011110011001001000101001011111101111010101001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC648A; }

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

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

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

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

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

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

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

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