#B0718F

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

Shades of Tapestry #B0718F

Tints of Tapestry #B0718F

Color information

#B0718F (or 0xB0718F) is unknown color: approx Tapestry. HEX triplet: B0, 71 and 8F. RGB value is (176,113,143). Sum of RGB (Red+Green+Blue) = 176+113+143=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0718F is #4F8E70. Grayscale: #878787. Windows color (decimal): -5213809 or 9400752. OLE color: 9400752.

HSL color Cylindrical-coordinate representation of color #B0718F: hue angle of 331.43º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0718F is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176113143-
CMYK00.360.190.31
HSL331.43º28.51%56.67%-
HSV(B)331.43º35.8%69.02%-
XYZ28.7723.0228.91-
YUV135.26132.37157.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=40.74%
G=26.16%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611314300.360.190.31331.4328.5156.67
HexB0718F024131F14b1d39
Octal26016121704423375133571
Binary101100001110001100011110100100100111111110100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0718F; }

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

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

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

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

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

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

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

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