#BC6A75

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

Shades of Tapestry #BC6A75

Tints of Tapestry #BC6A75

Color information

#BC6A75 (or 0xBC6A75) is unknown color: approx Tapestry. HEX triplet: BC, 6A and 75. RGB value is (188,106,117). Sum of RGB (Red+Green+Blue) = 188+106+117=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A75 is #43958A. Grayscale: #838383. Windows color (decimal): -4429195 or 7695036. OLE color: 7695036.

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

Color convert

RGB188106117-
CMYK00.440.380.26
HSL351.95º37.96%57.65%-
HSV(B)351.95º43.62%73.73%-
XYZ29.122.2819.6-
YUV131.77119.67168.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=45.74%
G=25.79%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810611700.440.380.26351.9537.9657.65
HexBC6A7502C261A160263a
Octal27415216505446325404672
Binary1011110011010101110101010110010011011010101100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A75; }

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

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

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

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

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

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

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

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