#B86D7C

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

Shades of Tapestry #B86D7C

Tints of Tapestry #B86D7C

Color information

#B86D7C (or 0xB86D7C) is unknown color: approx Tapestry. HEX triplet: B8, 6D and 7C. RGB value is (184,109,124). Sum of RGB (Red+Green+Blue) = 184+109+124=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D7C is #479283. Grayscale: #858585. Windows color (decimal): -4690564 or 8154552. OLE color: 8154552.

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

Color convert

RGB184109124-
CMYK00.410.330.28
HSL348º34.56%57.45%-
HSV(B)348º40.76%72.16%-
XYZ28.8722.5821.91-
YUV133.14122.85164.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=44.12%
G=26.14%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410912400.410.330.2834834.5657.45
HexB86D7C029211C15c2339
Octal27015517405141345344371
Binary1011100011011011111100010100110000111100101011100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D7C; }

 p { color: rgb(184,109,124); }

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

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

 a { background-color: rgb(184,109,124); }

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

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

 span { border-color: rgb(184,109,124); }

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