#B76E87

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

Shades of Tapestry #B76E87

Tints of Tapestry #B76E87

Color information

#B76E87 (or 0xB76E87) is unknown color: approx Tapestry. HEX triplet: B7, 6E and 87. RGB value is (183,110,135). Sum of RGB (Red+Green+Blue) = 183+110+135=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E87 is #489178. Grayscale: #868686. Windows color (decimal): -4755833 or 8875703. OLE color: 8875703.

HSL color Cylindrical-coordinate representation of color #B76E87: hue angle of 339.45º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76E87 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183110135-
CMYK00.400.260.28
HSL339.45º33.64%57.45%-
HSV(B)339.45º39.89%71.76%-
XYZ29.4822.9725.8-
YUV134.68128.18162.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=42.76%
G=25.70%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311013500.400.260.28339.4533.6457.45
HexB76E870281A1C1532239
Octal26715620705032345234271
Binary1011011111011101000011101010001101011100101010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E87; }

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

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

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

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

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

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

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

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