#B77E87

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

Shades of Tapestry #B77E87

Tints of Tapestry #B77E87

Color information

#B77E87 (or 0xB77E87) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 87. RGB value is (183,126,135). Sum of RGB (Red+Green+Blue) = 183+126+135=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E87 is #488178. Grayscale: #909090. Windows color (decimal): -4751737 or 8879799. OLE color: 8879799.

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

Color convert

RGB183126135-
CMYK00.310.260.28
HSL350.53º28.36%60.59%-
HSV(B)350.53º31.15%71.76%-
XYZ31.3626.7426.43-
YUV144.07122.88155.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=41.22%
G=28.38%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312613500.310.260.28350.5328.3660.59
HexB77E8701F1A1C15f1c3d
Octal26717620703732345373475
Binary10110111111111010000111011111110101110010101111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E87; }

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

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

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

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

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

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

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

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