#B45F99

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

Shades of Mulberry #B45F99

Tints of Mulberry #B45F99

Color information

#B45F99 (or 0xB45F99) is unknown color: approx Mulberry. HEX triplet: B4, 5F and 99. RGB value is (180,95,153). Sum of RGB (Red+Green+Blue) = 180+95+153=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F99 is #4BA066. Grayscale: #7E7E7E. Windows color (decimal): -4956263 or 10051508. OLE color: 10051508.

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

Color convert

RGB18095153-
CMYK00.470.150.29
HSL319.06º36.17%53.92%-
HSV(B)319.06º47.22%70.59%-
XYZ28.6620.1932.52-
YUV127.03142.66165.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=42.06%
G=22.20%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809515300.470.150.29319.0636.1753.92
HexB45F9902FF1D13f2436
Octal26413723105717354774466
Binary101101001011111100110010101111111111101100111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F99; }

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

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

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

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

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

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

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

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