#BC6875

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

Shades of Tapestry #BC6875

Tints of Tapestry #BC6875

Color information

#BC6875 (or 0xBC6875) is unknown color: approx Tapestry. HEX triplet: BC, 68 and 75. RGB value is (188,104,117). Sum of RGB (Red+Green+Blue) = 188+104+117=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6875 is #43978A. Grayscale: #828282. Windows color (decimal): -4429707 or 7694524. OLE color: 7694524.

HSL color Cylindrical-coordinate representation of color #BC6875: hue angle of 350.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6875 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188104117-
CMYK00.450.380.26
HSL350.71º38.53%57.25%-
HSV(B)350.71º44.68%73.73%-
XYZ28.921.8819.53-
YUV130.6120.33168.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=45.97%
G=25.43%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810411700.450.380.26350.7138.5357.25
HexBC687502D261A15f2739
Octal27415016505546325374771
Binary1011110011010001110101010110110011011010101011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6875; }

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

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

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

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

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

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

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

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