#B87185

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

Shades of Tapestry #B87185

Tints of Tapestry #B87185

Color information

#B87185 (or 0xB87185) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 85. RGB value is (184,113,133). Sum of RGB (Red+Green+Blue) = 184+113+133=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B87185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87185 is #478E7A. Grayscale: #888888. Windows color (decimal): -4689531 or 8745400. OLE color: 8745400.

HSL color Cylindrical-coordinate representation of color #B87185: hue angle of 343.1º degrees, saturation: 0.33, 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 #B87185 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184113133-
CMYK00.390.280.28
HSL343.1º33.33%58.24%-
HSV(B)343.1º38.59%72.16%-
XYZ29.9123.6925.19-
YUV136.51126.02161.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=42.79%
G=26.28%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411313300.390.280.28343.133.3358.24
HexB871850271C1C157213a
Octal27016120504734345274172
Binary1011100011100011000010101001111110011100101010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87185; }

 p { color: rgb(184,113,133); }

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

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

 a { background-color: rgb(184,113,133); }

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

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

 span { border-color: rgb(184,113,133); }

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