#B45892

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

Shades of Mulberry #B45892

Tints of Mulberry #B45892

Color information

#B45892 (or 0xB45892) is unknown color: approx Mulberry. HEX triplet: B4, 58 and 92. RGB value is (180,88,146). Sum of RGB (Red+Green+Blue) = 180+88+146=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B45892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45892 is #4BA76D. Grayscale: #797979. Windows color (decimal): -4958062 or 9590964. OLE color: 9590964.

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

Color convert

RGB18088146-
CMYK00.510.190.29
HSL322.17º38.02%52.55%-
HSV(B)322.17º51.11%70.59%-
XYZ27.518.7629.37-
YUV122.12141.48169.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=43.48%
G=21.26%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808814600.510.190.29322.1738.0252.55
HexB45892033131D1422635
Octal26413022206323355024665
Binary1011010010110001001001001100111001111101101000010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45892; }

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

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

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

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

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

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

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

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