#B87282

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

Shades of Tapestry #B87282

Tints of Tapestry #B87282

Color information

#B87282 (or 0xB87282) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 82. RGB value is (184,114,130). Sum of RGB (Red+Green+Blue) = 184+114+130=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B87282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87282 is #478D7D. Grayscale: #888888. Windows color (decimal): -4689278 or 8549048. OLE color: 8549048.

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

Color convert

RGB184114130-
CMYK00.380.290.28
HSL346.29º33.02%58.43%-
HSV(B)346.29º38.04%72.16%-
XYZ29.8123.8424.15-
YUV136.75124.19161.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=42.99%
G=26.64%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411413000.380.290.28346.2933.0258.43
HexB872820261D1C15a213a
Octal27016220204635345324172
Binary1011100011100101000001001001101110111100101011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87282; }

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

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

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

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

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

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

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

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