#BC6289

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

Shades of Tapestry #BC6289

Tints of Tapestry #BC6289

Color information

#BC6289 (or 0xBC6289) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 89. RGB value is (188,98,137). Sum of RGB (Red+Green+Blue) = 188+98+137=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6289 is #439D76. Grayscale: #818181. Windows color (decimal): -4431223 or 9003708. OLE color: 9003708.

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

Color convert

RGB18898137-
CMYK00.480.270.26
HSL334º40.18%56.08%-
HSV(B)334º47.87%73.73%-
XYZ29.6221.2326.2-
YUV129.36132.32169.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=44.44%
G=23.17%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889813700.480.270.2633440.1856.08
HexBC62890301B1A14e2838
Octal27414221106033325165070
Binary1011110011000101000100101100001101111010101001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6289; }

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

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

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

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

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

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

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

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