#B77E84

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

Shades of Tapestry #B77E84

Tints of Tapestry #B77E84

Color information

#B77E84 (or 0xB77E84) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 84. RGB value is (183,126,132). Sum of RGB (Red+Green+Blue) = 183+126+132=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E84 is #48817B. Grayscale: #8F8F8F. Windows color (decimal): -4751740 or 8683191. OLE color: 8683191.

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

Color convert

RGB183126132-
CMYK00.310.280.28
HSL353.68º28.36%60.59%-
HSV(B)353.68º31.15%71.76%-
XYZ31.1526.6525.33-
YUV143.73121.38156.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=41.50%
G=28.57%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312613200.310.280.28353.6828.3660.59
HexB77E8401F1C1C1621c3d
Octal26717620403734345423475
Binary10110111111111010000100011111111001110010110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E84; }

 p { color: rgb(183,126,132); }

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

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

 a { background-color: rgb(183,126,132); }

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

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

 span { border-color: rgb(183,126,132); }

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