#B07580

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

Shades of Tapestry #B07580

Tints of Tapestry #B07580

Color information

#B07580 (or 0xB07580) is unknown color: approx Tapestry. HEX triplet: B0, 75 and 80. RGB value is (176,117,128). Sum of RGB (Red+Green+Blue) = 176+117+128=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B07580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07580 is #4F8A7F. Grayscale: #878787. Windows color (decimal): -5212800 or 8418736. OLE color: 8418736.

HSL color Cylindrical-coordinate representation of color #B07580: hue angle of 348.81º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07580 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176117128-
CMYK00.340.270.31
HSL348.81º27.19%57.45%-
HSV(B)348.81º33.52%69.02%-
XYZ28.1623.5123.48-
YUV135.9123.55156.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=41.81%
G=27.79%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611712800.340.270.31348.8127.1957.45
HexB075800221B1F15d1b39
Octal26016520004233375353371
Binary101100001110101100000000100010110111111110101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07580; }

 p { color: rgb(176,117,128); }

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

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

 a { background-color: rgb(176,117,128); }

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

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

 span { border-color: rgb(176,117,128); }

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