#B1738A

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

Shades of Tapestry #B1738A

Tints of Tapestry #B1738A

Color information

#B1738A (or 0xB1738A) is unknown color: approx Tapestry. HEX triplet: B1, 73 and 8A. RGB value is (177,115,138). Sum of RGB (Red+Green+Blue) = 177+115+138=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738A is #4E8C75. Grayscale: #888888. Windows color (decimal): -5147766 or 9073585. OLE color: 9073585.

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

Color convert

RGB177115138-
CMYK00.350.220.31
HSL337.74º28.44%57.25%-
HSV(B)337.74º35.03%69.41%-
XYZ28.8523.4427.05-
YUV136.16129.04157.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=41.16%
G=26.74%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711513800.350.220.31337.7428.4457.25
HexB1738A023161F1521c39
Octal26116321204326375223471
Binary101100011110011100010100100011101101111110101001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1738A; }

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

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

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

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

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

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

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

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