#BC6277

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

Shades of Tapestry #BC6277

Tints of Tapestry #BC6277

Color information

#BC6277 (or 0xBC6277) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 77. RGB value is (188,98,119). Sum of RGB (Red+Green+Blue) = 188+98+119=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6277 is #439D88. Grayscale: #7F7F7F. Windows color (decimal): -4431241 or 7824060. OLE color: 7824060.

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

Color convert

RGB18898119-
CMYK00.480.370.26
HSL346º40.18%56.08%-
HSV(B)346º47.87%73.73%-
XYZ28.4420.7619.96-
YUV127.3123.32171.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=46.42%
G=24.20%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889811900.480.370.2634640.1856.08
HexBC6277030251A15a2838
Octal27414216706045325325070
Binary1011110011000101110111011000010010111010101011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6277; }

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

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

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

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

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

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

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

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