#B5738E

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

Shades of Tapestry #B5738E

Tints of Tapestry #B5738E

Color information

#B5738E (or 0xB5738E) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 8E. RGB value is (181,115,142). Sum of RGB (Red+Green+Blue) = 181+115+142=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5738E is #4A8C71. Grayscale: #898989. Windows color (decimal): -4885618 or 9335733. OLE color: 9335733.

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

Color convert

RGB181115142-
CMYK00.360.220.29
HSL335.45º30.84%58.04%-
HSV(B)335.45º36.46%70.98%-
XYZ30.0724.0428.65-
YUV137.81130.37158.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=41.32%
G=26.26%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111514200.360.220.29335.4530.8458.04
HexB5738E024161D14f1f3a
Octal26516321604426355173772
Binary101101011110011100011100100100101101110110100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5738E; }

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

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

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

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

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

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

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

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