#BC6A83

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

Shades of Tapestry #BC6A83

Tints of Tapestry #BC6A83

Color information

#BC6A83 (or 0xBC6A83) is unknown color: approx Tapestry. HEX triplet: BC, 6A and 83. RGB value is (188,106,131). Sum of RGB (Red+Green+Blue) = 188+106+131=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A83 is #43957C. Grayscale: #858585. Windows color (decimal): -4429181 or 8612540. OLE color: 8612540.

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

Color convert

RGB188106131-
CMYK00.440.300.26
HSL341.71º37.96%57.65%-
HSV(B)341.71º43.62%73.73%-
XYZ29.9922.6424.26-
YUV133.37126.67166.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=44.24%
G=24.94%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810613100.440.300.26341.7137.9657.65
HexBC6A8302C1E1A156263a
Octal27415220305436325264672
Binary1011110011010101000001101011001111011010101010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A83; }

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

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

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

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

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

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

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

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