#B5748A

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

Shades of Tapestry #B5748A

Tints of Tapestry #B5748A

Color information

#B5748A (or 0xB5748A) is unknown color: approx Tapestry. HEX triplet: B5, 74 and 8A. RGB value is (181,116,138). Sum of RGB (Red+Green+Blue) = 181+116+138=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5748A is #4A8B75. Grayscale: #898989. Windows color (decimal): -4885366 or 9073845. OLE color: 9073845.

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

Color convert

RGB181116138-
CMYK00.360.240.29
HSL339.69º30.52%58.24%-
HSV(B)339.69º35.91%70.98%-
XYZ29.8924.1527.13-
YUV137.94128.03158.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=41.61%
G=26.67%
B=31.72%

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
Decimal18111613800.360.240.29339.6930.5258.24
HexB5748A024181D1541f3a
Octal26516421204430355243772
Binary101101011110100100010100100100110001110110101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5748A; }

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

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

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

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

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

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

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

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