#B17389

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

Shades of Tapestry #B17389

Tints of Tapestry #B17389

Color information

#B17389 (or 0xB17389) is unknown color: approx Tapestry. HEX triplet: B1, 73 and 89. RGB value is (177,115,137). Sum of RGB (Red+Green+Blue) = 177+115+137=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17389 is #4E8C76. Grayscale: #888888. Windows color (decimal): -5147767 or 9008049. OLE color: 9008049.

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

Color convert

RGB177115137-
CMYK00.350.230.31
HSL338.71º28.44%57.25%-
HSV(B)338.71º35.03%69.41%-
XYZ28.7823.4126.67-
YUV136.05128.54157.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=41.26%
G=26.81%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711513700.350.230.31338.7128.4457.25
HexB17389023171F1531c39
Octal26116321104327375233471
Binary101100011110011100010010100011101111111110101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17389; }

 p { color: rgb(177,115,137); }

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

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

 a { background-color: rgb(177,115,137); }

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

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

 span { border-color: rgb(177,115,137); }

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