#B5798D

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

Shades of Tapestry #B5798D

Tints of Tapestry #B5798D

Color information

#B5798D (or 0xB5798D) is unknown color: approx Tapestry. HEX triplet: B5, 79 and 8D. RGB value is (181,121,141). Sum of RGB (Red+Green+Blue) = 181+121+141=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5798D is #4A8672. Grayscale: #8D8D8D. Windows color (decimal): -4884083 or 9271733. OLE color: 9271733.

HSL color Cylindrical-coordinate representation of color #B5798D: hue angle of 340º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5798D is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181121141-
CMYK00.330.220.29
HSL340º28.85%59.22%-
HSV(B)340º33.15%70.98%-
XYZ30.725.4228.49-
YUV141.22127.88156.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=40.86%
G=27.31%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112114100.330.220.2934028.8559.22
HexB5798D021161D1541d3b
Octal26517121504126355243573
Binary101101011111001100011010100001101101110110101010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5798D; }

 p { color: rgb(181,121,141); }

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

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

 a { background-color: rgb(181,121,141); }

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

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

 span { border-color: rgb(181,121,141); }

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