#BC748E

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

Shades of Tapestry #BC748E

Tints of Tapestry #BC748E

Color information

#BC748E (or 0xBC748E) is unknown color: approx Tapestry. HEX triplet: BC, 74 and 8E. RGB value is (188,116,142). Sum of RGB (Red+Green+Blue) = 188+116+142=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC748E is #438B71. Grayscale: #8C8C8C. Windows color (decimal): -4426610 or 9335996. OLE color: 9335996.

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

Color convert

RGB188116142-
CMYK00.380.240.26
HSL338.33º34.95%59.61%-
HSV(B)338.33º38.3%73.73%-
XYZ31.8725.1428.76-
YUV140.49128.85161.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=42.15%
G=26.01%
B=31.84%

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
Decimal18811614200.380.240.26338.3334.9559.61
HexBC748E026181A152233c
Octal27416421604630325224374
Binary1011110011101001000111001001101100011010101010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC748E; }

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

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

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

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

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

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

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

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