#BC7279

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

Shades of Tapestry #BC7279

Tints of Tapestry #BC7279

Color information

#BC7279 (or 0xBC7279) is unknown color: approx Tapestry. HEX triplet: BC, 72 and 79. RGB value is (188,114,121). Sum of RGB (Red+Green+Blue) = 188+114+121=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7279 is #438D86. Grayscale: #888888. Windows color (decimal): -4427143 or 7959228. OLE color: 7959228.

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

Color convert

RGB188114121-
CMYK00.390.360.26
HSL354.32º35.58%59.22%-
HSV(B)354.32º39.36%73.73%-
XYZ30.2124.1121.15-
YUV136.92119.02164.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=44.44%
G=26.95%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811412100.390.360.26354.3235.5859.22
HexBC7279027241A162243b
Octal27416217104744325424473
Binary1011110011100101111001010011110010011010101100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7279; }

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

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

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

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

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

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

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

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