#BC727D

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

Shades of Tapestry #BC727D

Tints of Tapestry #BC727D

Color information

#BC727D (or 0xBC727D) is unknown color: approx Tapestry. HEX triplet: BC, 72 and 7D. RGB value is (188,114,125). Sum of RGB (Red+Green+Blue) = 188+114+125=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC727D is #438D82. Grayscale: #898989. Windows color (decimal): -4427139 or 8221372. OLE color: 8221372.

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

Color convert

RGB188114125-
CMYK00.390.340.26
HSL351.08º35.58%59.22%-
HSV(B)351.08º39.36%73.73%-
XYZ30.4624.2122.47-
YUV137.38121.02164.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=44.03%
G=26.70%
B=29.27%

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
Decimal18811412500.390.340.26351.0835.5859.22
HexBC727D027221A15f243b
Octal27416217504742325374473
Binary1011110011100101111101010011110001011010101011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC727D; }

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

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

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

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

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

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

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

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