#B45292

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

Shades of Mulberry #B45292

Tints of Mulberry #B45292

Color information

#B45292 (or 0xB45292) is unknown color: approx Mulberry. HEX triplet: B4, 52 and 92. RGB value is (180,82,146). Sum of RGB (Red+Green+Blue) = 180+82+146=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B45292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45292 is #4BAD6D. Grayscale: #767676. Windows color (decimal): -4959598 or 9589428. OLE color: 9589428.

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

Color convert

RGB18082146-
CMYK00.540.190.29
HSL320.82º39.52%51.37%-
HSV(B)320.82º54.44%70.59%-
XYZ27.0317.8129.21-
YUV118.6143.47171.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 82 (32.42% from 255) = 20.10%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=44.12%
G=20.10%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808214600.540.190.29320.8239.5251.37
HexB45292036131D1412833
Octal26412222206623355015063
Binary1011010010100101001001001101101001111101101000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45292; }

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

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

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

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

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

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

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

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