#BC6A7B

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

Shades of Tapestry #BC6A7B

Tints of Tapestry #BC6A7B

Color information

#BC6A7B (or 0xBC6A7B) is unknown color: approx Tapestry. HEX triplet: BC, 6A and 7B. RGB value is (188,106,123). Sum of RGB (Red+Green+Blue) = 188+106+123=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A7B is #439584. Grayscale: #848484. Windows color (decimal): -4429189 or 8088252. OLE color: 8088252.

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

Color convert

RGB188106123-
CMYK00.440.350.26
HSL347.56º37.96%57.65%-
HSV(B)347.56º43.62%73.73%-
XYZ29.4722.4321.52-
YUV132.46122.67167.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=45.08%
G=25.42%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810612300.440.350.26347.5637.9657.65
HexBC6A7B02C231A15c263a
Octal27415217305443325344672
Binary1011110011010101111011010110010001111010101011100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A7B; }

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

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

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

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

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

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

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

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