#B2798A

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

Shades of Tapestry #B2798A

Tints of Tapestry #B2798A

Color information

#B2798A (or 0xB2798A) is unknown color: approx Tapestry. HEX triplet: B2, 79 and 8A. RGB value is (178,121,138). Sum of RGB (Red+Green+Blue) = 178+121+138=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2798A is #4D8675. Grayscale: #8B8B8B. Windows color (decimal): -5080694 or 9075122. OLE color: 9075122.

HSL color Cylindrical-coordinate representation of color #B2798A: hue angle of 342.11º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2798A is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178121138-
CMYK00.320.220.30
HSL342.11º27.01%58.63%-
HSV(B)342.11º32.02%69.8%-
XYZ29.7824.9727.3-
YUV139.98126.88155.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=40.73%
G=27.69%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812113800.320.220.30342.1127.0158.63
HexB2798A020161E1561b3b
Octal26217121204026365263373
Binary101100101111001100010100100000101101111010101011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2798A; }

 p { color: rgb(178,121,138); }

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

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

 a { background-color: rgb(178,121,138); }

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

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

 span { border-color: rgb(178,121,138); }

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