#BC7690

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

Shades of Tapestry #BC7690

Tints of Tapestry #BC7690

Color information

#BC7690 (or 0xBC7690) is unknown color: approx Tapestry. HEX triplet: BC, 76 and 90. RGB value is (188,118,144). Sum of RGB (Red+Green+Blue) = 188+118+144=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7690 is #43896F. Grayscale: #8D8D8D. Windows color (decimal): -4426096 or 9467580. OLE color: 9467580.

HSL color Cylindrical-coordinate representation of color #BC7690: hue angle of 337.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7690 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188118144-
CMYK00.370.230.26
HSL337.71º34.31%60%-
HSV(B)337.71º37.23%73.73%-
XYZ32.2525.6629.64-
YUV141.89129.19160.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 144 (56.64% from 255) = 32%
R=41.78%
G=26.22%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811814400.370.230.26337.7134.3160
HexBC7690025171A152223c
Octal27416622004527325224274
Binary1011110011101101001000001001011011111010101010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7690; }

 p { color: rgb(188,118,144); }

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

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

 a { background-color: rgb(188,118,144); }

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

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

 span { border-color: rgb(188,118,144); }

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