#BC728B

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

Shades of Tapestry #BC728B

Tints of Tapestry #BC728B

Color information

#BC728B (or 0xBC728B) is unknown color: approx Tapestry. HEX triplet: BC, 72 and 8B. RGB value is (188,114,139). Sum of RGB (Red+Green+Blue) = 188+114+139=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC728B is #438D74. Grayscale: #8A8A8A. Windows color (decimal): -4427125 or 9138876. OLE color: 9138876.

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

Color convert

RGB188114139-
CMYK00.390.260.26
HSL339.73º35.58%59.22%-
HSV(B)339.73º39.36%73.73%-
XYZ31.4224.5927.52-
YUV138.98128.02162.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=42.63%
G=25.85%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811413900.390.260.26339.7335.5859.22
HexBC728B0271A1A154243b
Octal27416221304732325244473
Binary1011110011100101000101101001111101011010101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC728B; }

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

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

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

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

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

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

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

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