#BC7583

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

Shades of Tapestry #BC7583

Tints of Tapestry #BC7583

Color information

#BC7583 (or 0xBC7583) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 83. RGB value is (188,117,131). Sum of RGB (Red+Green+Blue) = 188+117+131=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7583 is #438A7C. Grayscale: #8B8B8B. Windows color (decimal): -4426365 or 8615356. OLE color: 8615356.

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

Color convert

RGB188117131-
CMYK00.380.300.26
HSL348.17º34.63%59.8%-
HSV(B)348.17º37.77%73.73%-
XYZ31.225.0524.66-
YUV139.82123.02162.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=43.12%
G=26.83%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811713100.380.300.26348.1734.6359.8
HexBC75830261E1A15c233c
Octal27416520304636325344374
Binary1011110011101011000001101001101111011010101011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7583; }

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

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

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

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

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

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

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

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