#B76076

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

Shades of Tapestry #B76076

Tints of Tapestry #B76076

Color information

#B76076 (or 0xB76076) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 76. RGB value is (183,96,118). Sum of RGB (Red+Green+Blue) = 183+96+118=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76076 is #489F89. Grayscale: #7C7C7C. Windows color (decimal): -4759434 or 7758007. OLE color: 7758007.

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

Color convert

RGB18396118-
CMYK00.480.360.28
HSL344.83º37.66%54.71%-
HSV(B)344.83º47.54%71.76%-
XYZ26.9819.7419.53-
YUV124.52124.32169.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=46.10%
G=24.18%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839611800.480.360.28344.8337.6654.71
HexB76076030241C1592637
Octal26714016606044345314667
Binary1011011111000001110110011000010010011100101011001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76076; }

 p { color: rgb(183,96,118); }

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

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

 a { background-color: rgb(183,96,118); }

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

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

 span { border-color: rgb(183,96,118); }

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