#BC7089

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

Shades of Tapestry #BC7089

Tints of Tapestry #BC7089

Color information

#BC7089 (or 0xBC7089) is unknown color: approx Tapestry. HEX triplet: BC, 70 and 89. RGB value is (188,112,137). Sum of RGB (Red+Green+Blue) = 188+112+137=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7089 is #438F76. Grayscale: #898989. Windows color (decimal): -4427639 or 9007292. OLE color: 9007292.

HSL color Cylindrical-coordinate representation of color #BC7089: hue angle of 340.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7089 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188112137-
CMYK00.400.270.26
HSL340.26º36.19%58.82%-
HSV(B)340.26º40.43%73.73%-
XYZ31.0524.0926.68-
YUV137.57127.68163.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=43.02%
G=25.63%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811213700.400.270.26340.2636.1958.82
HexBC70890281B1A154243b
Octal27416021105033325244473
Binary1011110011100001000100101010001101111010101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7089; }

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

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

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

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

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

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

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

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