#BC748A

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

Shades of Tapestry #BC748A

Tints of Tapestry #BC748A

Color information

#BC748A (or 0xBC748A) is unknown color: approx Tapestry. HEX triplet: BC, 74 and 8A. RGB value is (188,116,138). Sum of RGB (Red+Green+Blue) = 188+116+138=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC748A is #438B75. Grayscale: #8C8C8C. Windows color (decimal): -4426614 or 9073852. OLE color: 9073852.

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

Color convert

RGB188116138-
CMYK00.380.270.26
HSL341.67º34.95%59.61%-
HSV(B)341.67º38.3%73.73%-
XYZ31.5725.0227.21-
YUV140.04126.85162.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=42.53%
G=26.24%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811613800.380.270.26341.6734.9559.61
HexBC748A0261B1A156233c
Octal27416421204633325264374
Binary1011110011101001000101001001101101111010101010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC748A; }

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

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

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

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

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

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

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

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