#BC648B

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

Shades of Tapestry #BC648B

Tints of Tapestry #BC648B

Color information

#BC648B (or 0xBC648B) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 8B. RGB value is (188,100,139). Sum of RGB (Red+Green+Blue) = 188+100+139=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC648B is #439B74. Grayscale: #828282. Windows color (decimal): -4430709 or 9135292. OLE color: 9135292.

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

Color convert

RGB188100139-
CMYK00.470.260.26
HSL333.41º39.64%56.47%-
HSV(B)333.41º46.81%73.73%-
XYZ29.9621.6727.03-
YUV130.76132.65168.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=44.03%
G=23.42%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810013900.470.260.26333.4139.6456.47
HexBC648B02F1A1A14d2838
Octal27414421305732325155070
Binary1011110011001001000101101011111101011010101001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC648B; }

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

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

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

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

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

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

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

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