#BC6377

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

Shades of Tapestry #BC6377

Tints of Tapestry #BC6377

Color information

#BC6377 (or 0xBC6377) is unknown color: approx Tapestry. HEX triplet: BC, 63 and 77. RGB value is (188,99,119). Sum of RGB (Red+Green+Blue) = 188+99+119=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6377 is #439C88. Grayscale: #7F7F7F. Windows color (decimal): -4430985 or 7824316. OLE color: 7824316.

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

Color convert

RGB18899119-
CMYK00.470.370.26
HSL346.52º39.91%56.27%-
HSV(B)346.52º47.34%73.73%-
XYZ28.5320.9519.99-
YUV127.89122.99170.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=46.31%
G=24.38%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889911900.470.370.26346.5239.9156.27
HexBC637702F251A15b2838
Octal27414316705745325335070
Binary1011110011000111110111010111110010111010101011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6377; }

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

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

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

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

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

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

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

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