#B8717E

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

Shades of Tapestry #B8717E

Tints of Tapestry #B8717E

Color information

#B8717E (or 0xB8717E) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 7E. RGB value is (184,113,126). Sum of RGB (Red+Green+Blue) = 184+113+126=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8717E is #478E81. Grayscale: #878787. Windows color (decimal): -4689538 or 8286648. OLE color: 8286648.

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

Color convert

RGB184113126-
CMYK00.390.320.28
HSL349.01º33.33%58.24%-
HSV(B)349.01º38.59%72.16%-
XYZ29.4423.5122.72-
YUV135.71122.52162.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=43.50%
G=26.71%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411312600.390.320.28349.0133.3358.24
HexB8717E027201C15d213a
Octal27016117604740345354172
Binary1011100011100011111110010011110000011100101011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8717E; }

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

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

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

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

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

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

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

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