#B07091

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

Shades of Tapestry #B07091

Tints of Tapestry #B07091

Color information

#B07091 (or 0xB07091) is unknown color: approx Tapestry. HEX triplet: B0, 70 and 91. RGB value is (176,112,145). Sum of RGB (Red+Green+Blue) = 176+112+145=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07091 is #4F8F6E. Grayscale: #868686. Windows color (decimal): -5214063 or 9531568. OLE color: 9531568.

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

Color convert

RGB176112145-
CMYK00.360.180.31
HSL329.06º28.83%56.47%-
HSV(B)329.06º36.36%69.02%-
XYZ28.8122.8629.68-
YUV134.9133.7157.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 145 (57.03% from 255) = 33.49%
R=40.65%
G=25.87%
B=33.49%

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
Decimal17611214500.360.180.31329.0628.8356.47
HexB07091024121F1491d38
Octal26016022104422375113570
Binary101100001110000100100010100100100101111110100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07091; }

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

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

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

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

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

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

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

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