#BC7489

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

Shades of Tapestry #BC7489

Tints of Tapestry #BC7489

Color information

#BC7489 (or 0xBC7489) is unknown color: approx Tapestry. HEX triplet: BC, 74 and 89. RGB value is (188,116,137). Sum of RGB (Red+Green+Blue) = 188+116+137=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7489 is #438B76. Grayscale: #8B8B8B. Windows color (decimal): -4426615 or 9008316. OLE color: 9008316.

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

Color convert

RGB188116137-
CMYK00.380.270.26
HSL342.5º34.95%59.61%-
HSV(B)342.5º38.3%73.73%-
XYZ31.524.9926.83-
YUV139.92126.35162.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=42.63%
G=26.30%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811613700.380.270.26342.534.9559.61
HexBC74890261B1A156233c
Octal27416421104633325264374
Binary1011110011101001000100101001101101111010101010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7489; }

 p { color: rgb(188,116,137); }

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

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

 a { background-color: rgb(188,116,137); }

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

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

 span { border-color: rgb(188,116,137); }

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