#B0798B

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

Shades of Tapestry #B0798B

Tints of Tapestry #B0798B

Color information

#B0798B (or 0xB0798B) is unknown color: approx Tapestry. HEX triplet: B0, 79 and 8B. RGB value is (176,121,139). Sum of RGB (Red+Green+Blue) = 176+121+139=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0798B is #4F8674. Grayscale: #8B8B8B. Windows color (decimal): -5211765 or 9140656. OLE color: 9140656.

HSL color Cylindrical-coordinate representation of color #B0798B: hue angle of 340.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0798B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB176121139-
CMYK00.310.210.31
HSL340.36º25.82%58.24%-
HSV(B)340.36º31.25%69.02%-
XYZ29.424.7727.66-
YUV139.5127.72154.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=40.37%
G=27.75%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612113900.310.210.31340.3625.8258.24
HexB0798B01F151F1541a3a
Octal26017121303725375243272
Binary10110000111100110001011011111101011111110101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0798B; }

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

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

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

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

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

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

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

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