#BC737A

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

Shades of Tapestry #BC737A

Tints of Tapestry #BC737A

Color information

#BC737A (or 0xBC737A) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 7A. RGB value is (188,115,122). Sum of RGB (Red+Green+Blue) = 188+115+122=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC737A is #438C85. Grayscale: #898989. Windows color (decimal): -4426886 or 8025020. OLE color: 8025020.

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

Color convert

RGB188115122-
CMYK00.390.350.26
HSL354.25º35.27%59.41%-
HSV(B)354.25º38.83%73.73%-
XYZ30.3824.3621.51-
YUV137.62119.18163.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=44.24%
G=27.06%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811512200.390.350.26354.2535.2759.41
HexBC737A027231A162233b
Octal27416317204743325424373
Binary1011110011100111111010010011110001111010101100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC737A; }

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

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

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

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

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

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

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

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