#B07191

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

Shades of Tapestry #B07191

Tints of Tapestry #B07191

Color information

#B07191 (or 0xB07191) is unknown color: approx Tapestry. HEX triplet: B0, 71 and 91. RGB value is (176,113,145). Sum of RGB (Red+Green+Blue) = 176+113+145=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07191 is #4F8E6E. Grayscale: #878787. Windows color (decimal): -5213807 or 9531824. OLE color: 9531824.

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

Color convert

RGB176113145-
CMYK00.360.180.31
HSL329.52º28.51%56.67%-
HSV(B)329.52º35.8%69.02%-
XYZ28.9223.0829.72-
YUV135.49133.37156.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=40.55%
G=26.04%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611314500.360.180.31329.5228.5156.67
HexB07191024121F14a1d39
Octal26016122104422375123571
Binary101100001110001100100010100100100101111110100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07191; }

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

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

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

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

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

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

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

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