#B45F84

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

Shades of Tapestry #B45F84

Tints of Tapestry #B45F84

Color information

#B45F84 (or 0xB45F84) is unknown color: approx Tapestry. HEX triplet: B4, 5F and 84. RGB value is (180,95,132). Sum of RGB (Red+Green+Blue) = 180+95+132=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F84 is #4BA07B. Grayscale: #7C7C7C. Windows color (decimal): -4956284 or 8675252. OLE color: 8675252.

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

Color convert

RGB18095132-
CMYK00.470.270.29
HSL333.88º36.17%53.92%-
HSV(B)333.88º47.22%70.59%-
XYZ27.0819.5524.18-
YUV124.63132.16167.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=44.23%
G=23.34%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809513200.470.270.29333.8836.1753.92
HexB45F8402F1B1D14e2436
Octal26413720405733355164466
Binary1011010010111111000010001011111101111101101001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F84; }

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

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

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

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

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

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

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

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