#BC7781

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

Shades of Tapestry #BC7781

Tints of Tapestry #BC7781

Color information

#BC7781 (or 0xBC7781) is unknown color: approx Tapestry. HEX triplet: BC, 77 and 81. RGB value is (188,119,129). Sum of RGB (Red+Green+Blue) = 188+119+129=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7781 is #43887E. Grayscale: #8C8C8C. Windows color (decimal): -4425855 or 8484796. OLE color: 8484796.

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

Color convert

RGB188119129-
CMYK00.370.310.26
HSL351.3º33.99%60.2%-
HSV(B)351.3º36.7%73.73%-
XYZ31.325.4724.04-
YUV140.77121.36161.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=43.12%
G=27.29%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811912900.370.310.26351.333.9960.2
HexBC77810251F1A15f223c
Octal27416720104537325374274
Binary1011110011101111000000101001011111111010101011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7781; }

 p { color: rgb(188,119,129); }

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

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

 a { background-color: rgb(188,119,129); }

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

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

 span { border-color: rgb(188,119,129); }

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