#B45C82

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

Shades of Tapestry #B45C82

Tints of Tapestry #B45C82

Color information

#B45C82 (or 0xB45C82) is unknown color: approx Tapestry. HEX triplet: B4, 5C and 82. RGB value is (180,92,130). Sum of RGB (Red+Green+Blue) = 180+92+130=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C82 is #4BA37D. Grayscale: #7A7A7A. Windows color (decimal): -4957054 or 8543412. OLE color: 8543412.

HSL color Cylindrical-coordinate representation of color #B45C82: hue angle of 334.09º 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 #B45C82 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18092130-
CMYK00.490.280.29
HSL334.09º36.97%53.33%-
HSV(B)334.09º48.89%70.59%-
XYZ26.6818.9723.37-
YUV122.64132.15168.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=44.78%
G=22.89%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809213000.490.280.29334.0936.9753.33
HexB45C820311C1D14e2535
Octal26413420206134355164565
Binary1011010010111001000001001100011110011101101001110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C82; }

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

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

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

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

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

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

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

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