#BC798A

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

Shades of Tapestry #BC798A

Tints of Tapestry #BC798A

Color information

#BC798A (or 0xBC798A) is unknown color: approx Tapestry. HEX triplet: BC, 79 and 8A. RGB value is (188,121,138). Sum of RGB (Red+Green+Blue) = 188+121+138=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC798A is #438675. Grayscale: #8E8E8E. Windows color (decimal): -4425334 or 9075132. OLE color: 9075132.

HSL color Cylindrical-coordinate representation of color #BC798A: hue angle of 344.78º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC798A is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188121138-
CMYK00.360.270.26
HSL344.78º33.33%60.59%-
HSV(B)344.78º35.64%73.73%-
XYZ32.1626.227.41-
YUV142.97125.2160.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=42.06%
G=27.07%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812113800.360.270.26344.7833.3360.59
HexBC798A0241B1A159213d
Octal27417121204433325314175
Binary1011110011110011000101001001001101111010101011001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC798A; }

 p { color: rgb(188,121,138); }

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

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

 a { background-color: rgb(188,121,138); }

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

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

 span { border-color: rgb(188,121,138); }

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