#B86176

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

Shades of Tapestry #B86176

Tints of Tapestry #B86176

Color information

#B86176 (or 0xB86176) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 76. RGB value is (184,97,118). Sum of RGB (Red+Green+Blue) = 184+97+118=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B86176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86176 is #479E89. Grayscale: #7D7D7D. Windows color (decimal): -4693642 or 7758264. OLE color: 7758264.

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

Color convert

RGB18497118-
CMYK00.470.360.28
HSL345.52º37.99%55.1%-
HSV(B)345.52º47.28%72.16%-
XYZ27.3120.0519.57-
YUV125.41123.82169.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=46.12%
G=24.31%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849711800.470.360.28345.5237.9955.1
HexB8617602F241C15a2637
Octal27014116605744345324667
Binary1011100011000011110110010111110010011100101011010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86176; }

 p { color: rgb(184,97,118); }

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

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

 a { background-color: rgb(184,97,118); }

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

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

 span { border-color: rgb(184,97,118); }

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