#B76079

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

Shades of Tapestry #B76079

Tints of Tapestry #B76079

Color information

#B76079 (or 0xB76079) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 79. RGB value is (183,96,121). Sum of RGB (Red+Green+Blue) = 183+96+121=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B76079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76079 is #489F86. Grayscale: #7C7C7C. Windows color (decimal): -4759431 or 7954615. OLE color: 7954615.

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

Color convert

RGB18396121-
CMYK00.480.340.28
HSL342.76º37.66%54.71%-
HSV(B)342.76º47.54%71.76%-
XYZ27.1619.8120.48-
YUV124.86125.82169.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=45.75%
G=24%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839612100.480.340.28342.7637.6654.71
HexB76079030221C1572637
Octal26714017106042345274667
Binary1011011111000001111001011000010001011100101010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76079; }

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

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

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

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

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

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

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

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