#B4798D

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

Shades of Tapestry #B4798D

Tints of Tapestry #B4798D

Color information

#B4798D (or 0xB4798D) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 8D. RGB value is (180,121,141). Sum of RGB (Red+Green+Blue) = 180+121+141=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4798D is #4B8672. Grayscale: #8C8C8C. Windows color (decimal): -4949619 or 9271732. OLE color: 9271732.

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

Color convert

RGB180121141-
CMYK00.330.220.29
HSL339.66º28.23%59.02%-
HSV(B)339.66º32.78%70.59%-
XYZ30.4725.328.48-
YUV140.92128.05155.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=40.72%
G=27.38%
B=31.90%

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
Decimal18012114100.330.220.29339.6628.2359.02
HexB4798D021161D1541c3b
Octal26417121504126355243473
Binary101101001111001100011010100001101101110110101010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4798D; }

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

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

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

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

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

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

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

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