#B8717F

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

Shades of Tapestry #B8717F

Tints of Tapestry #B8717F

Color information

#B8717F (or 0xB8717F) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 7F. RGB value is (184,113,127). Sum of RGB (Red+Green+Blue) = 184+113+127=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8717F is #478E80. Grayscale: #878787. Windows color (decimal): -4689537 or 8352184. OLE color: 8352184.

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

Color convert

RGB184113127-
CMYK00.390.310.28
HSL348.17º33.33%58.24%-
HSV(B)348.17º38.59%72.16%-
XYZ29.523.5323.07-
YUV135.83123.02162.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 127 (50% from 255) = 29.95%
R=43.40%
G=26.65%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411312700.390.310.28348.1733.3358.24
HexB8717F0271F1C15c213a
Octal27016117704737345344172
Binary101110001110001111111101001111111111100101011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8717F; }

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

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

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

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

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

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

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

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