#BC7A93

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

Shades of Tapestry #BC7A93

Tints of Tapestry #BC7A93

Color information

#BC7A93 (or 0xBC7A93) is unknown color: approx Tapestry. HEX triplet: BC, 7A and 93. RGB value is (188,122,147). Sum of RGB (Red+Green+Blue) = 188+122+147=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A93 is #43856C. Grayscale: #909090. Windows color (decimal): -4425069 or 9665212. OLE color: 9665212.

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

Color convert

RGB188122147-
CMYK00.350.220.26
HSL337.27º33%60.78%-
HSV(B)337.27º35.11%73.73%-
XYZ32.9726.7231.02-
YUV144.58129.37158.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=41.14%
G=26.70%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812214700.350.220.26337.273360.78
HexBC7A93023161A151213d
Octal27417222304326325214175
Binary1011110011110101001001101000111011011010101010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A93; }

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

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

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

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

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

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

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

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