#B77391

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

Shades of Tapestry #B77391

Tints of Tapestry #B77391

Color information

#B77391 (or 0xB77391) is unknown color: approx Tapestry. HEX triplet: B7, 73 and 91. RGB value is (183,115,145). Sum of RGB (Red+Green+Blue) = 183+115+145=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B77391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77391 is #488C6E. Grayscale: #8A8A8A. Windows color (decimal): -4754543 or 9532343. OLE color: 9532343.

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

Color convert

RGB183115145-
CMYK00.370.210.28
HSL333.53º32.08%58.43%-
HSV(B)333.53º37.16%71.76%-
XYZ30.7724.3729.87-
YUV138.75131.53159.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=41.31%
G=25.96%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311514500.370.210.28333.5332.0858.43
HexB77391025151C14e203a
Octal26716322104525345164072
Binary1011011111100111001000101001011010111100101001110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77391; }

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

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

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

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

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

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

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

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