#B86375

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

Shades of Tapestry #B86375

Tints of Tapestry #B86375

Color information

#B86375 (or 0xB86375) is unknown color: approx Tapestry. HEX triplet: B8, 63 and 75. RGB value is (184,99,117). Sum of RGB (Red+Green+Blue) = 184+99+117=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86375 is #479C8A. Grayscale: #7E7E7E. Windows color (decimal): -4693131 or 7693240. OLE color: 7693240.

HSL color Cylindrical-coordinate representation of color #B86375: hue angle of 347.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86375 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18499117-
CMYK00.460.360.28
HSL347.29º37.44%55.49%-
HSV(B)347.29º46.2%72.16%-
XYZ27.4420.419.32-
YUV126.47122.66169.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=46%
G=24.75%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849911700.460.360.28347.2937.4455.49
HexB8637502E241C15b2537
Octal27014316505644345334567
Binary1011100011000111110101010111010010011100101011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86375; }

 p { color: rgb(184,99,117); }

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

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

 a { background-color: rgb(184,99,117); }

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

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

 span { border-color: rgb(184,99,117); }

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