#B76078

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

Shades of Tapestry #B76078

Tints of Tapestry #B76078

Color information

#B76078 (or 0xB76078) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 78. RGB value is (183,96,120). Sum of RGB (Red+Green+Blue) = 183+96+120=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B76078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76078 is #489F87. Grayscale: #7C7C7C. Windows color (decimal): -4759432 or 7889079. OLE color: 7889079.

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

Color convert

RGB18396120-
CMYK00.480.340.28
HSL343.45º37.66%54.71%-
HSV(B)343.45º47.54%71.76%-
XYZ27.119.7920.16-
YUV124.75125.32169.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=45.86%
G=24.06%
B=30.08%

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
Decimal1839612000.480.340.28343.4537.6654.71
HexB76078030221C1572637
Octal26714017006042345274667
Binary1011011111000001111000011000010001011100101010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76078; }

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

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

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

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

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

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

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

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