#BC737D

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

Shades of Tapestry #BC737D

Tints of Tapestry #BC737D

Color information

#BC737D (or 0xBC737D) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 7D. RGB value is (188,115,125). Sum of RGB (Red+Green+Blue) = 188+115+125=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC737D is #438C82. Grayscale: #8A8A8A. Windows color (decimal): -4426883 or 8221628. OLE color: 8221628.

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

Color convert

RGB188115125-
CMYK00.390.340.26
HSL351.78º35.27%59.41%-
HSV(B)351.78º38.83%73.73%-
XYZ30.5724.4322.51-
YUV137.97120.68163.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=43.93%
G=26.87%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811512500.390.340.26351.7835.2759.41
HexBC737D027221A160233b
Octal27416317504742325404373
Binary1011110011100111111101010011110001011010101100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC737D; }

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

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

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

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

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

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

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

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