#B87079

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

Shades of Tapestry #B87079

Tints of Tapestry #B87079

Color information

#B87079 (or 0xB87079) is unknown color: approx Tapestry. HEX triplet: B8, 70 and 79. RGB value is (184,112,121). Sum of RGB (Red+Green+Blue) = 184+112+121=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87079 is #478F86. Grayscale: #868686. Windows color (decimal): -4689799 or 7958712. OLE color: 7958712.

HSL color Cylindrical-coordinate representation of color #B87079: hue angle of 352.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87079 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184112121-
CMYK00.390.340.28
HSL352.5º33.64%58.04%-
HSV(B)352.5º39.13%72.16%-
XYZ29.0123.1621.03-
YUV134.55120.35163.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=44.12%
G=26.86%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411212100.390.340.28352.533.6458.04
HexB87079027221C160223a
Octal27016017104742345404272
Binary1011100011100001111001010011110001011100101100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87079; }

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

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

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

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

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

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

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

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