#B87281

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

Shades of Tapestry #B87281

Tints of Tapestry #B87281

Color information

#B87281 (or 0xB87281) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 81. RGB value is (184,114,129). Sum of RGB (Red+Green+Blue) = 184+114+129=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B87281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87281 is #478D7E. Grayscale: #888888. Windows color (decimal): -4689279 or 8483512. OLE color: 8483512.

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

Color convert

RGB184114129-
CMYK00.380.300.28
HSL347.14º33.02%58.43%-
HSV(B)347.14º38.04%72.16%-
XYZ29.7523.8123.8-
YUV136.64123.69161.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=43.09%
G=26.70%
B=30.21%

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
Decimal18411412900.380.300.28347.1433.0258.43
HexB872810261E1C15b213a
Octal27016220104636345334172
Binary1011100011100101000000101001101111011100101011011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87281; }

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

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

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

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

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

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

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

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