#B8718F

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

Shades of Tapestry #B8718F

Tints of Tapestry #B8718F

Color information

#B8718F (or 0xB8718F) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 8F. RGB value is (184,113,143). Sum of RGB (Red+Green+Blue) = 184+113+143=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8718F is #478E70. Grayscale: #898989. Windows color (decimal): -4689521 or 9400760. OLE color: 9400760.

HSL color Cylindrical-coordinate representation of color #B8718F: hue angle of 334.65º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8718F is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184113143-
CMYK00.390.220.28
HSL334.65º33.33%58.24%-
HSV(B)334.65º38.59%72.16%-
XYZ30.6323.9829-
YUV137.65131.02161.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=41.82%
G=25.68%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411314300.390.220.28334.6533.3358.24
HexB8718F027161C14f213a
Octal27016121704726345174172
Binary1011100011100011000111101001111011011100101001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8718F; }

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

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

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

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

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

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

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

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