#B4798B

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

Shades of Tapestry #B4798B

Tints of Tapestry #B4798B

Color information

#B4798B (or 0xB4798B) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 8B. RGB value is (180,121,139). Sum of RGB (Red+Green+Blue) = 180+121+139=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4798B is #4B8674. Grayscale: #8C8C8C. Windows color (decimal): -4949621 or 9140660. OLE color: 9140660.

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

Color convert

RGB180121139-
CMYK00.330.230.29
HSL341.69º28.23%59.02%-
HSV(B)341.69º32.78%70.59%-
XYZ30.3225.2427.7-
YUV140.69127.05156.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=40.91%
G=27.5%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012113900.330.230.29341.6928.2359.02
HexB4798B021171D1561c3b
Octal26417121304127355263473
Binary101101001111001100010110100001101111110110101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4798B; }

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

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

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

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

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

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

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

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