#BC748F

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

Shades of Tapestry #BC748F

Tints of Tapestry #BC748F

Color information

#BC748F (or 0xBC748F) is unknown color: approx Tapestry. HEX triplet: BC, 74 and 8F. RGB value is (188,116,143). Sum of RGB (Red+Green+Blue) = 188+116+143=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC748F is #438B70. Grayscale: #8C8C8C. Windows color (decimal): -4426609 or 9401532. OLE color: 9401532.

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

Color convert

RGB188116143-
CMYK00.380.240.26
HSL337.5º34.95%59.61%-
HSV(B)337.5º38.3%73.73%-
XYZ31.9425.1729.16-
YUV140.61129.35161.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=42.06%
G=25.95%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811614300.380.240.26337.534.9559.61
HexBC748F026181A152233c
Octal27416421704630325224374
Binary1011110011101001000111101001101100011010101010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC748F; }

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

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

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

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

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

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

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

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