#B0798E

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

Shades of Tapestry #B0798E

Tints of Tapestry #B0798E

Color information

#B0798E (or 0xB0798E) is unknown color: approx Tapestry. HEX triplet: B0, 79 and 8E. RGB value is (176,121,142). Sum of RGB (Red+Green+Blue) = 176+121+142=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0798E is #4F8671. Grayscale: #8B8B8B. Windows color (decimal): -5211762 or 9337264. OLE color: 9337264.

HSL color Cylindrical-coordinate representation of color #B0798E: hue angle of 337.09º 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 #B0798E is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176121142-
CMYK00.310.190.31
HSL337.09º25.82%58.24%-
HSV(B)337.09º31.25%69.02%-
XYZ29.6224.8628.83-
YUV139.84129.22153.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=40.09%
G=27.56%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612114200.310.190.31337.0925.8258.24
HexB0798E01F131F1511a3a
Octal26017121603723375213272
Binary10110000111100110001110011111100111111110101000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0798E; }

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

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

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

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

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

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

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

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