#BC7792

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

Shades of Tapestry #BC7792

Tints of Tapestry #BC7792

Color information

#BC7792 (or 0xBC7792) is unknown color: approx Tapestry. HEX triplet: BC, 77 and 92. RGB value is (188,119,146). Sum of RGB (Red+Green+Blue) = 188+119+146=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7792 is #43886D. Grayscale: #8E8E8E. Windows color (decimal): -4425838 or 9598908. OLE color: 9598908.

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

Color convert

RGB188119146-
CMYK00.370.220.26
HSL336.52º33.99%60.2%-
HSV(B)336.52º36.7%73.73%-
XYZ32.5225.9630.49-
YUV142.71129.86160.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=41.50%
G=26.27%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811914600.370.220.26336.5233.9960.2
HexBC7792025161A151223c
Octal27416722204526325214274
Binary1011110011101111001001001001011011011010101010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7792; }

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

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

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

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

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

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

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

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