#BC6375

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

Shades of Tapestry #BC6375

Tints of Tapestry #BC6375

Color information

#BC6375 (or 0xBC6375) is unknown color: approx Tapestry. HEX triplet: BC, 63 and 75. RGB value is (188,99,117). Sum of RGB (Red+Green+Blue) = 188+99+117=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6375 is #439C8A. Grayscale: #7F7F7F. Windows color (decimal): -4430987 or 7693244. OLE color: 7693244.

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

Color convert

RGB18899117-
CMYK00.470.380.26
HSL347.87º39.91%56.27%-
HSV(B)347.87º47.34%73.73%-
XYZ28.4120.919.37-
YUV127.66121.99171.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=46.53%
G=24.50%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889911700.470.380.26347.8739.9156.27
HexBC637502F261A15c2838
Octal27414316505746325345070
Binary1011110011000111110101010111110011011010101011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6375; }

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

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

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

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

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

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

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

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