#B86179

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

Shades of Tapestry #B86179

Tints of Tapestry #B86179

Color information

#B86179 (or 0xB86179) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 79. RGB value is (184,97,121). Sum of RGB (Red+Green+Blue) = 184+97+121=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B86179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86179 is #479E86. Grayscale: #7D7D7D. Windows color (decimal): -4693639 or 7954872. OLE color: 7954872.

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

Color convert

RGB18497121-
CMYK00.470.340.28
HSL343.45º37.99%55.1%-
HSV(B)343.45º47.28%72.16%-
XYZ27.4920.1220.52-
YUV125.75125.32169.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=45.77%
G=24.13%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849712100.470.340.28343.4537.9955.1
HexB8617902F221C1572637
Octal27014117105742345274667
Binary1011100011000011111001010111110001011100101010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86179; }

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

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

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

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

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

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

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

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