#B5738A

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

Shades of Tapestry #B5738A

Tints of Tapestry #B5738A

Color information

#B5738A (or 0xB5738A) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 8A. RGB value is (181,115,138). Sum of RGB (Red+Green+Blue) = 181+115+138=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5738A is #4A8C75. Grayscale: #898989. Windows color (decimal): -4885622 or 9073589. OLE color: 9073589.

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

Color convert

RGB181115138-
CMYK00.360.240.29
HSL339.09º30.84%58.04%-
HSV(B)339.09º36.46%70.98%-
XYZ29.7723.9227.09-
YUV137.36128.37159.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=41.71%
G=26.50%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111513800.360.240.29339.0930.8458.04
HexB5738A024181D1531f3a
Octal26516321204430355233772
Binary101101011110011100010100100100110001110110101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5738A; }

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

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

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

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

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

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

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

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