#B45D84

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

Shades of Tapestry #B45D84

Tints of Tapestry #B45D84

Color information

#B45D84 (or 0xB45D84) is unknown color: approx Tapestry. HEX triplet: B4, 5D and 84. RGB value is (180,93,132). Sum of RGB (Red+Green+Blue) = 180+93+132=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D84 is #4BA27B. Grayscale: #7B7B7B. Windows color (decimal): -4956796 or 8674740. OLE color: 8674740.

HSL color Cylindrical-coordinate representation of color #B45D84: hue angle of 333.1º degrees, saturation: 0.37, 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 #B45D84 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18093132-
CMYK00.480.270.29
HSL333.1º36.71%53.53%-
HSV(B)333.1º48.33%70.59%-
XYZ26.919.224.12-
YUV123.46132.82168.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=44.44%
G=22.96%
B=32.59%

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
Decimal1809313200.480.270.29333.136.7153.53
HexB45D840301B1D14d2536
Octal26413520406033355154566
Binary1011010010111011000010001100001101111101101001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D84; }

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

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

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

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

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

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

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

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