#B77791

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

Shades of Tapestry #B77791

Tints of Tapestry #B77791

Color information

#B77791 (or 0xB77791) is unknown color: approx Tapestry. HEX triplet: B7, 77 and 91. RGB value is (183,119,145). Sum of RGB (Red+Green+Blue) = 183+119+145=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77791 is #48886E. Grayscale: #8D8D8D. Windows color (decimal): -4753519 or 9533367. OLE color: 9533367.

HSL color Cylindrical-coordinate representation of color #B77791: hue angle of 335.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77791 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB183119145-
CMYK00.350.210.28
HSL335.62º30.77%59.22%-
HSV(B)335.62º34.97%71.76%-
XYZ31.2425.3130.03-
YUV141.1130.2157.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=40.94%
G=26.62%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311914500.350.210.28335.6230.7759.22
HexB77791023151C1501f3b
Octal26716722104325345203773
Binary101101111110111100100010100011101011110010101000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77791; }

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

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

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

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

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

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

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

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