#BC728D

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

Shades of Tapestry #BC728D

Tints of Tapestry #BC728D

Color information

#BC728D (or 0xBC728D) is unknown color: approx Tapestry. HEX triplet: BC, 72 and 8D. RGB value is (188,114,141). Sum of RGB (Red+Green+Blue) = 188+114+141=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC728D is #438D72. Grayscale: #8B8B8B. Windows color (decimal): -4427123 or 9269948. OLE color: 9269948.

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

Color convert

RGB188114141-
CMYK00.390.250.26
HSL338.11º35.58%59.22%-
HSV(B)338.11º39.36%73.73%-
XYZ31.5624.6528.29-
YUV139.2129.02162.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=42.44%
G=25.73%
B=31.83%

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
Decimal18811414100.390.250.26338.1135.5859.22
HexBC728D027191A152243b
Octal27416221504731325224473
Binary1011110011100101000110101001111100111010101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC728D; }

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

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

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

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

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

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

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

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