#BC747B

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

Shades of Tapestry #BC747B

Tints of Tapestry #BC747B

Color information

#BC747B (or 0xBC747B) is unknown color: approx Tapestry. HEX triplet: BC, 74 and 7B. RGB value is (188,116,123). Sum of RGB (Red+Green+Blue) = 188+116+123=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC747B is #438B84. Grayscale: #8A8A8A. Windows color (decimal): -4426629 or 8090812. OLE color: 8090812.

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

Color convert

RGB188116123-
CMYK00.380.350.26
HSL354.17º34.95%59.61%-
HSV(B)354.17º38.3%73.73%-
XYZ30.5624.6121.88-
YUV138.33119.35163.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=44.03%
G=27.17%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811612300.380.350.26354.1734.9559.61
HexBC747B026231A162233c
Octal27416417304643325424374
Binary1011110011101001111011010011010001111010101100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC747B; }

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

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

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

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

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

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

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

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