#B07189

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

Shades of Tapestry #B07189

Tints of Tapestry #B07189

Color information

#B07189 (or 0xB07189) is unknown color: approx Tapestry. HEX triplet: B0, 71 and 89. RGB value is (176,113,137). Sum of RGB (Red+Green+Blue) = 176+113+137=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B07189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07189 is #4F8E76. Grayscale: #868686. Windows color (decimal): -5213815 or 9007536. OLE color: 9007536.

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

Color convert

RGB176113137-
CMYK00.360.220.31
HSL337.14º28.51%56.67%-
HSV(B)337.14º35.8%69.02%-
XYZ28.3222.8526.58-
YUV134.57129.37157.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=41.31%
G=26.53%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611313700.360.220.31337.1428.5156.67
HexB07189024161F1511d39
Octal26016121104426375213571
Binary101100001110001100010010100100101101111110101000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07189; }

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

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

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

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

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

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

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

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