#B4798E

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

Shades of Tapestry #B4798E

Tints of Tapestry #B4798E

Color information

#B4798E (or 0xB4798E) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 8E. RGB value is (180,121,142). Sum of RGB (Red+Green+Blue) = 180+121+142=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4798E is #4B8671. Grayscale: #8D8D8D. Windows color (decimal): -4949618 or 9337268. OLE color: 9337268.

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

Color convert

RGB180121142-
CMYK00.330.210.29
HSL338.64º28.23%59.02%-
HSV(B)338.64º32.78%70.59%-
XYZ30.5425.3328.87-
YUV141.04128.55155.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=40.63%
G=27.31%
B=32.05%

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
Decimal18012114200.330.210.29338.6428.2359.02
HexB4798E021151D1531c3b
Octal26417121604125355233473
Binary101101001111001100011100100001101011110110101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4798E; }

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

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

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

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

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

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

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

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