#B77394

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

Shades of Tapestry #B77394

Tints of Tapestry #B77394

Color information

#B77394 (or 0xB77394) is unknown color: approx Tapestry. HEX triplet: B7, 73 and 94. RGB value is (183,115,148). Sum of RGB (Red+Green+Blue) = 183+115+148=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B77394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77394 is #488C6B. Grayscale: #8B8B8B. Windows color (decimal): -4754540 or 9728951. OLE color: 9728951.

HSL color Cylindrical-coordinate representation of color #B77394: hue angle of 330.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77394 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183115148-
CMYK00.370.190.28
HSL330.88º32.08%58.43%-
HSV(B)330.88º37.16%71.76%-
XYZ3124.4731.11-
YUV139.09133.03159.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=41.03%
G=25.78%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311514800.370.190.28330.8832.0858.43
HexB77394025131C14b203a
Octal26716322404523345134072
Binary1011011111100111001010001001011001111100101001011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77394; }

 p { color: rgb(183,115,148); }

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

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

 a { background-color: rgb(183,115,148); }

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

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

 span { border-color: rgb(183,115,148); }

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