#B45C84

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

Shades of Tapestry #B45C84

Tints of Tapestry #B45C84

Color information

#B45C84 (or 0xB45C84) is unknown color: approx Tapestry. HEX triplet: B4, 5C and 84. RGB value is (180,92,132). Sum of RGB (Red+Green+Blue) = 180+92+132=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C84 is #4BA37B. Grayscale: #7A7A7A. Windows color (decimal): -4957052 or 8674484. OLE color: 8674484.

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

Color convert

RGB18092132-
CMYK00.490.270.29
HSL332.73º36.97%53.33%-
HSV(B)332.73º48.89%70.59%-
XYZ26.8119.0224.09-
YUV122.87133.15168.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=44.55%
G=22.77%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809213200.490.270.29332.7336.9753.33
HexB45C840311B1D14d2535
Octal26413420406133355154565
Binary1011010010111001000010001100011101111101101001101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C84; }

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

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

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

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

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

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

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

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