#B45B95

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

Shades of Mulberry #B45B95

Tints of Mulberry #B45B95

Color information

#B45B95 (or 0xB45B95) is unknown color: approx Mulberry. HEX triplet: B4, 5B and 95. RGB value is (180,91,149). Sum of RGB (Red+Green+Blue) = 180+91+149=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B95 is #4BA46A. Grayscale: #7C7C7C. Windows color (decimal): -4957291 or 9788340. OLE color: 9788340.

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

Color convert

RGB18091149-
CMYK00.490.170.29
HSL320.9º37.24%53.14%-
HSV(B)320.9º49.44%70.59%-
XYZ27.9919.3630.69-
YUV124.22141.99167.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=42.86%
G=21.67%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809114900.490.170.29320.937.2453.14
HexB45B95031111D1412535
Octal26413322506121355014565
Binary1011010010110111001010101100011000111101101000001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B95; }

 p { color: rgb(180,91,149); }

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

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

 a { background-color: rgb(180,91,149); }

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

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

 span { border-color: rgb(180,91,149); }

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