#B5798F

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

Shades of Tapestry #B5798F

Tints of Tapestry #B5798F

Color information

#B5798F (or 0xB5798F) is unknown color: approx Tapestry. HEX triplet: B5, 79 and 8F. RGB value is (181,121,143). Sum of RGB (Red+Green+Blue) = 181+121+143=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5798F is #4A8670. Grayscale: #8D8D8D. Windows color (decimal): -4884081 or 9402805. OLE color: 9402805.

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

Color convert

RGB181121143-
CMYK00.330.210.29
HSL338º28.85%59.22%-
HSV(B)338º33.15%70.98%-
XYZ30.8525.4829.28-
YUV141.45128.88156.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=40.67%
G=27.19%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112114300.330.210.2933828.8559.22
HexB5798F021151D1521d3b
Octal26517121704125355223573
Binary101101011111001100011110100001101011110110101001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5798F; }

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

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

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

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

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

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

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

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