#BC738D

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

Shades of Tapestry #BC738D

Tints of Tapestry #BC738D

Color information

#BC738D (or 0xBC738D) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 8D. RGB value is (188,115,141). Sum of RGB (Red+Green+Blue) = 188+115+141=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC738D is #438C72. Grayscale: #8B8B8B. Windows color (decimal): -4426867 or 9270204. OLE color: 9270204.

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

Color convert

RGB188115141-
CMYK00.390.250.26
HSL338.63º35.27%59.41%-
HSV(B)338.63º38.83%73.73%-
XYZ31.6824.8828.33-
YUV139.79128.68162.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=42.34%
G=25.90%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811514100.390.250.26338.6335.2759.41
HexBC738D027191A153233b
Octal27416321504731325234373
Binary1011110011100111000110101001111100111010101010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC738D; }

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

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

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

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

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

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

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

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