#B07391

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

Shades of Tapestry #B07391

Tints of Tapestry #B07391

Color information

#B07391 (or 0xB07391) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 91. RGB value is (176,115,145). Sum of RGB (Red+Green+Blue) = 176+115+145=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B07391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07391 is #4F8C6E. Grayscale: #888888. Windows color (decimal): -5213295 or 9532336. OLE color: 9532336.

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

Color convert

RGB176115145-
CMYK00.350.180.31
HSL330.49º27.85%57.06%-
HSV(B)330.49º34.66%69.02%-
XYZ29.1523.5429.79-
YUV136.66132.71156.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=40.37%
G=26.38%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611514500.350.180.31330.4927.8557.06
HexB07391023121F14a1c39
Octal26016322104322375123471
Binary101100001110011100100010100011100101111110100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07391; }

 p { color: rgb(176,115,145); }

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

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

 a { background-color: rgb(176,115,145); }

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

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

 span { border-color: rgb(176,115,145); }

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