#BC7A84

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

Shades of Tapestry #BC7A84

Tints of Tapestry #BC7A84

Color information

#BC7A84 (or 0xBC7A84) is unknown color: approx Tapestry. HEX triplet: BC, 7A and 84. RGB value is (188,122,132). Sum of RGB (Red+Green+Blue) = 188+122+132=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A84 is #43857B. Grayscale: #8E8E8E. Windows color (decimal): -4425084 or 8682172. OLE color: 8682172.

HSL color Cylindrical-coordinate representation of color #BC7A84: hue angle of 350.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7A84 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188122132-
CMYK00.350.300.26
HSL350.91º33%60.78%-
HSV(B)350.91º35.11%73.73%-
XYZ31.8626.2825.22-
YUV142.87121.87160.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=42.53%
G=27.60%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812213200.350.300.26350.913360.78
HexBC7A840231E1A15f213d
Octal27417220404336325374175
Binary1011110011110101000010001000111111011010101011111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A84; }

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

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

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

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

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

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

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

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