#BC727A

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

Shades of Tapestry #BC727A

Tints of Tapestry #BC727A

Color information

#BC727A (or 0xBC727A) is unknown color: approx Tapestry. HEX triplet: BC, 72 and 7A. RGB value is (188,114,122). Sum of RGB (Red+Green+Blue) = 188+114+122=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC727A is #438D85. Grayscale: #898989. Windows color (decimal): -4427142 or 8024764. OLE color: 8024764.

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

Color convert

RGB188114122-
CMYK00.390.350.26
HSL353.51º35.58%59.22%-
HSV(B)353.51º39.36%73.73%-
XYZ30.2724.1321.47-
YUV137.04119.52164.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=44.34%
G=26.89%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811412200.390.350.26353.5135.5859.22
HexBC727A027231A162243b
Octal27416217204743325424473
Binary1011110011100101111010010011110001111010101100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC727A; }

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

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

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

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

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

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

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

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