#b86c8f

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

Shades of Tapestry #B86C8F

Tints of Tapestry #B86C8F

Color information

#B86C8F (or 0xB86C8F) is unknown color: approx Tapestry. HEX triplet: B8, 6C and 8F. RGB value is (184,108,143). Sum of RGB (Red+Green+Blue) = 184+108+143=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C8F is #479370. Grayscale: #868686. Windows color (decimal): -4690801 or 9399480. OLE color: 9399480.

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

Color convert

RGB184108143-
CMYK00.410.220.28
HSL332.37º34.86%57.25%-
HSV(B)332.37º41.3%72.16%-
XYZ30.0922.928.82-
YUV134.71132.68163.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=42.30%
G=24.83%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410814300.410.220.28332.3734.8657.25
HexB86C8F029161C14c2339
Octal27015421705126345144371
Binary1011100011011001000111101010011011011100101001100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86c8f; }

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

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

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

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

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

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

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

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