#BC5E7B

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

Shades of Tapestry #BC5E7B

Tints of Tapestry #BC5E7B

Color information

#BC5E7B (or 0xBC5E7B) is unknown color: approx Tapestry. HEX triplet: BC, 5E and 7B. RGB value is (188,94,123). Sum of RGB (Red+Green+Blue) = 188+94+123=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E7B is #43A184. Grayscale: #7D7D7D. Windows color (decimal): -4432261 or 8085180. OLE color: 8085180.

HSL color Cylindrical-coordinate representation of color #BC5E7B: hue angle of 341.49º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E7B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18894123-
CMYK00.500.350.26
HSL341.49º41.23%55.29%-
HSV(B)341.49º50%73.73%-
XYZ28.3220.1321.13-
YUV125.41126.64172.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=46.42%
G=23.21%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889412300.500.350.26341.4941.2355.29
HexBC5E7B032231A1552937
Octal27413617306243325255167
Binary1011110010111101111011011001010001111010101010101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E7B; }

 p { color: rgb(188,94,123); }

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

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

 a { background-color: rgb(188,94,123); }

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

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

 span { border-color: rgb(188,94,123); }

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