#B76577

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

Shades of Tapestry #B76577

Tints of Tapestry #B76577

Color information

#B76577 (or 0xB76577) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 77. RGB value is (183,101,119). Sum of RGB (Red+Green+Blue) = 183+101+119=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B76577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76577 is #489A88. Grayscale: #7F7F7F. Windows color (decimal): -4758153 or 7824823. OLE color: 7824823.

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

Color convert

RGB183101119-
CMYK00.450.350.28
HSL346.83º36.28%55.69%-
HSV(B)346.83º44.81%71.76%-
XYZ27.5120.7120-
YUV127.57123.17167.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=45.41%
G=25.06%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310111900.450.350.28346.8336.2855.69
HexB7657702D231C15b2438
Octal26714516705543345334470
Binary1011011111001011110111010110110001111100101011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76577; }

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

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

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

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

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

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

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

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