#BC7591

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

Shades of Tapestry #BC7591

Tints of Tapestry #BC7591

Color information

#BC7591 (or 0xBC7591) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 91. RGB value is (188,117,145). Sum of RGB (Red+Green+Blue) = 188+117+145=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7591 is #438A6E. Grayscale: #8D8D8D. Windows color (decimal): -4426351 or 9532860. OLE color: 9532860.

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

Color convert

RGB188117145-
CMYK00.380.230.26
HSL336.34º34.63%59.8%-
HSV(B)336.34º37.77%73.73%-
XYZ32.2125.4630-
YUV141.42130.02161.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=41.78%
G=26%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811714500.380.230.26336.3434.6359.8
HexBC7591026171A150233c
Octal27416522104627325204374
Binary1011110011101011001000101001101011111010101010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7591; }

 p { color: rgb(188,117,145); }

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

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

 a { background-color: rgb(188,117,145); }

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

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

 span { border-color: rgb(188,117,145); }

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