#B45797

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

Shades of Mulberry #B45797

Tints of Mulberry #B45797

Color information

#B45797 (or 0xB45797) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 97. RGB value is (180,87,151). Sum of RGB (Red+Green+Blue) = 180+87+151=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B45797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45797 is #4BA868. Grayscale: #797979. Windows color (decimal): -4958313 or 9918388. OLE color: 9918388.

HSL color Cylindrical-coordinate representation of color #B45797: hue angle of 318.71º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45797 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18087151-
CMYK00.520.160.29
HSL318.71º38.27%52.35%-
HSV(B)318.71º51.67%70.59%-
XYZ27.8218.7531.43-
YUV122.1144.31169.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=43.06%
G=20.81%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808715100.520.160.29318.7138.2752.35
HexB45797034101D13f2634
Octal26412722706420354774664
Binary1011010010101111001011101101001000011101100111111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45797; }

 p { color: rgb(180,87,151); }

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

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

 a { background-color: rgb(180,87,151); }

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

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

 span { border-color: rgb(180,87,151); }

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