#B8718B

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

Shades of Tapestry #B8718B

Tints of Tapestry #B8718B

Color information

#B8718B (or 0xB8718B) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 8B. RGB value is (184,113,139). Sum of RGB (Red+Green+Blue) = 184+113+139=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8718B is #478E74. Grayscale: #898989. Windows color (decimal): -4689525 or 9138616. OLE color: 9138616.

HSL color Cylindrical-coordinate representation of color #B8718B: hue angle of 338.03º 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 #B8718B is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB184113139-
CMYK00.390.240.28
HSL338.03º33.33%58.24%-
HSV(B)338.03º38.59%72.16%-
XYZ30.3323.8627.43-
YUV137.19129.02161.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=42.20%
G=25.92%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411313900.390.240.28338.0333.3358.24
HexB8718B027181C152213a
Octal27016121304730345224172
Binary1011100011100011000101101001111100011100101010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8718B; }

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

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

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

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

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

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

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

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