#B0798F

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

Shades of Tapestry #B0798F

Tints of Tapestry #B0798F

Color information

#B0798F (or 0xB0798F) is unknown color: approx Tapestry. HEX triplet: B0, 79 and 8F. RGB value is (176,121,143). Sum of RGB (Red+Green+Blue) = 176+121+143=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0798F is #4F8670. Grayscale: #8B8B8B. Windows color (decimal): -5211761 or 9402800. OLE color: 9402800.

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

Color convert

RGB176121143-
CMYK00.310.190.31
HSL336º25.82%58.24%-
HSV(B)336º31.25%69.02%-
XYZ29.724.8929.23-
YUV139.95129.72153.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=40%
G=27.5%
B=32.5%

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
Decimal17612114300.310.190.3133625.8258.24
HexB0798F01F131F1501a3a
Octal26017121703723375203272
Binary10110000111100110001111011111100111111110101000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0798F; }

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

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

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

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

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

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

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

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