#BC6287

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

Shades of Tapestry #BC6287

Tints of Tapestry #BC6287

Color information

#BC6287 (or 0xBC6287) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 87. RGB value is (188,98,135). Sum of RGB (Red+Green+Blue) = 188+98+135=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6287 is #439D78. Grayscale: #818181. Windows color (decimal): -4431225 or 8872636. OLE color: 8872636.

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

Color convert

RGB18898135-
CMYK00.480.280.26
HSL335.33º40.18%56.08%-
HSV(B)335.33º47.87%73.73%-
XYZ29.4821.1825.46-
YUV129.13131.32169.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=44.66%
G=23.28%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889813500.480.280.26335.3340.1856.08
HexBC62870301C1A14f2838
Octal27414220706034325175070
Binary1011110011000101000011101100001110011010101001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6287; }

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

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

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

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

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

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

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

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