#BC6983

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

Shades of Tapestry #BC6983

Tints of Tapestry #BC6983

Color information

#BC6983 (or 0xBC6983) is unknown color: approx Tapestry. HEX triplet: BC, 69 and 83. RGB value is (188,105,131). Sum of RGB (Red+Green+Blue) = 188+105+131=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6983 is #43967C. Grayscale: #848484. Windows color (decimal): -4429437 or 8612284. OLE color: 8612284.

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

Color convert

RGB188105131-
CMYK00.440.300.26
HSL341.2º38.25%57.45%-
HSV(B)341.2º44.15%73.73%-
XYZ29.8922.4324.23-
YUV132.78127167.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=44.34%
G=24.76%
B=30.90%

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
Decimal18810513100.440.300.26341.238.2557.45
HexBC698302C1E1A1552639
Octal27415120305436325254671
Binary1011110011010011000001101011001111011010101010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6983; }

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

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

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

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

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

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

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

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