#B44D92

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

Shades of Mulberry #B44D92

Tints of Mulberry #B44D92

Color information

#B44D92 (or 0xB44D92) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 92. RGB value is (180,77,146). Sum of RGB (Red+Green+Blue) = 180+77+146=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D92 is #4BB26D. Grayscale: #737373. Windows color (decimal): -4960878 or 9588148. OLE color: 9588148.

HSL color Cylindrical-coordinate representation of color #B44D92: hue angle of 319.81º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D92 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18077146-
CMYK00.570.190.29
HSL319.81º40.71%50.39%-
HSV(B)319.81º57.22%70.59%-
XYZ26.6617.0929.09-
YUV115.66145.12173.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=44.67%
G=19.11%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807714600.570.190.29319.8140.7150.39
HexB44D92039131D1402932
Octal26411522207123355005162
Binary1011010010011011001001001110011001111101101000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D92; }

 p { color: rgb(180,77,146); }

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

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

 a { background-color: rgb(180,77,146); }

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

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

 span { border-color: rgb(180,77,146); }

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