#B45B8D

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

Shades of Mulberry #B45B8D

Tints of Mulberry #B45B8D

Color information

#B45B8D (or 0xB45B8D) is unknown color: approx Mulberry. HEX triplet: B4, 5B and 8D. RGB value is (180,91,141). Sum of RGB (Red+Green+Blue) = 180+91+141=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B8D is #4BA472. Grayscale: #7B7B7B. Windows color (decimal): -4957299 or 9264052. OLE color: 9264052.

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

Color convert

RGB18091141-
CMYK00.490.220.29
HSL326.29º37.24%53.14%-
HSV(B)326.29º49.44%70.59%-
XYZ27.3719.1127.45-
YUV123.31137.99168.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=43.69%
G=22.09%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809114100.490.220.29326.2937.2453.14
HexB45B8D031161D1462535
Octal26413321506126355064565
Binary1011010010110111000110101100011011011101101000110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B8D; }

 p { color: rgb(180,91,141); }

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

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

 a { background-color: rgb(180,91,141); }

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

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

 span { border-color: rgb(180,91,141); }

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