#B87490

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

Shades of Tapestry #B87490

Tints of Tapestry #B87490

Color information

#B87490 (or 0xB87490) is unknown color: approx Tapestry. HEX triplet: B8, 74 and 90. RGB value is (184,116,144). Sum of RGB (Red+Green+Blue) = 184+116+144=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B87490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87490 is #478B6F. Grayscale: #8B8B8B. Windows color (decimal): -4688752 or 9467064. OLE color: 9467064.

HSL color Cylindrical-coordinate representation of color #B87490: hue angle of 335.29º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87490 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184116144-
CMYK00.370.220.28
HSL335.29º32.38%58.82%-
HSV(B)335.29º36.96%72.16%-
XYZ31.0524.6929.52-
YUV139.52130.53159.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=41.44%
G=26.13%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411614400.370.220.28335.2932.3858.82
HexB87490025161C14f203b
Octal27016422004526345174073
Binary1011100011101001001000001001011011011100101001111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87490; }

 p { color: rgb(184,116,144); }

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

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

 a { background-color: rgb(184,116,144); }

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

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

 span { border-color: rgb(184,116,144); }

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