#B87280

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

Shades of Tapestry #B87280

Tints of Tapestry #B87280

Color information

#B87280 (or 0xB87280) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 80. RGB value is (184,114,128). Sum of RGB (Red+Green+Blue) = 184+114+128=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B87280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87280 is #478D7F. Grayscale: #888888. Windows color (decimal): -4689280 or 8417976. OLE color: 8417976.

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

Color convert

RGB184114128-
CMYK00.380.300.28
HSL348º33.02%58.43%-
HSV(B)348º38.04%72.16%-
XYZ29.6823.7823.45-
YUV136.53123.19161.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=43.19%
G=26.76%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411412800.380.300.2834833.0258.43
HexB872800261E1C15c213a
Octal27016220004636345344172
Binary1011100011100101000000001001101111011100101011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87280; }

 p { color: rgb(184,114,128); }

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

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

 a { background-color: rgb(184,114,128); }

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

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

 span { border-color: rgb(184,114,128); }

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