#B4798C

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

Shades of Tapestry #B4798C

Tints of Tapestry #B4798C

Color information

#B4798C (or 0xB4798C) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 8C. RGB value is (180,121,140). Sum of RGB (Red+Green+Blue) = 180+121+140=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4798C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4798C is #4B8673. Grayscale: #8C8C8C. Windows color (decimal): -4949620 or 9206196. OLE color: 9206196.

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

Color convert

RGB180121140-
CMYK00.330.220.29
HSL340.68º28.23%59.02%-
HSV(B)340.68º32.78%70.59%-
XYZ30.3925.2728.09-
YUV140.81127.55155.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=40.82%
G=27.44%
B=31.75%

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
Decimal18012114000.330.220.29340.6828.2359.02
HexB4798C021161D1551c3b
Octal26417121404126355253473
Binary101101001111001100011000100001101101110110101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4798C; }

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

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

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

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

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

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

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

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