#B45997

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

Shades of Mulberry #B45997

Tints of Mulberry #B45997

Color information

#B45997 (or 0xB45997) is unknown color: approx Mulberry. HEX triplet: B4, 59 and 97. RGB value is (180,89,151). Sum of RGB (Red+Green+Blue) = 180+89+151=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45997 is #4BA668. Grayscale: #7B7B7B. Windows color (decimal): -4957801 or 9918900. OLE color: 9918900.

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

Color convert

RGB18089151-
CMYK00.510.160.29
HSL319.12º37.76%52.75%-
HSV(B)319.12º50.56%70.59%-
XYZ27.9819.0831.49-
YUV123.28143.65168.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=42.86%
G=21.19%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808915100.510.160.29319.1237.7652.75
HexB45997033101D13f2635
Octal26413122706320354774665
Binary1011010010110011001011101100111000011101100111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45997; }

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

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

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

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

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

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

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

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