#BC737E

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

Shades of Tapestry #BC737E

Tints of Tapestry #BC737E

Color information

#BC737E (or 0xBC737E) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 7E. RGB value is (188,115,126). Sum of RGB (Red+Green+Blue) = 188+115+126=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC737E is #438C81. Grayscale: #8A8A8A. Windows color (decimal): -4426882 or 8287164. OLE color: 8287164.

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

Color convert

RGB188115126-
CMYK00.390.330.26
HSL350.96º35.27%59.41%-
HSV(B)350.96º38.83%73.73%-
XYZ30.6424.4622.85-
YUV138.08121.18163.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=43.82%
G=26.81%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811512600.390.330.26350.9635.2759.41
HexBC737E027211A15f233b
Octal27416317604741325374373
Binary1011110011100111111110010011110000111010101011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC737E; }

 p { color: rgb(188,115,126); }

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

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

 a { background-color: rgb(188,115,126); }

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

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

 span { border-color: rgb(188,115,126); }

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