#B45E84

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

Shades of Tapestry #B45E84

Tints of Tapestry #B45E84

Color information

#B45E84 (or 0xB45E84) is unknown color: approx Tapestry. HEX triplet: B4, 5E and 84. RGB value is (180,94,132). Sum of RGB (Red+Green+Blue) = 180+94+132=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E84 is #4BA17B. Grayscale: #7B7B7B. Windows color (decimal): -4956540 or 8674996. OLE color: 8674996.

HSL color Cylindrical-coordinate representation of color #B45E84: hue angle of 333.49º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45E84 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18094132-
CMYK00.480.270.29
HSL333.49º36.44%53.73%-
HSV(B)333.49º47.78%70.59%-
XYZ26.9919.3724.15-
YUV124.05132.49167.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=44.33%
G=23.15%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809413200.480.270.29333.4936.4453.73
HexB45E840301B1D14d2436
Octal26413620406033355154466
Binary1011010010111101000010001100001101111101101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E84; }

 p { color: rgb(180,94,132); }

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

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

 a { background-color: rgb(180,94,132); }

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

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

 span { border-color: rgb(180,94,132); }

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