#B07190

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

Shades of Tapestry #B07190

Tints of Tapestry #B07190

Color information

#B07190 (or 0xB07190) is unknown color: approx Tapestry. HEX triplet: B0, 71 and 90. RGB value is (176,113,144). Sum of RGB (Red+Green+Blue) = 176+113+144=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07190 is #4F8E6F. Grayscale: #878787. Windows color (decimal): -5213808 or 9466288. OLE color: 9466288.

HSL color Cylindrical-coordinate representation of color #B07190: hue angle of 330.48º 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 #B07190 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176113144-
CMYK00.360.180.31
HSL330.48º28.51%56.67%-
HSV(B)330.48º35.8%69.02%-
XYZ28.8423.0529.32-
YUV135.37132.87156.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=40.65%
G=26.10%
B=33.26%

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
Decimal17611314400.360.180.31330.4828.5156.67
HexB07190024121F14a1d39
Octal26016122004422375123571
Binary101100001110001100100000100100100101111110100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07190; }

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

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

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

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

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

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

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

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