#B45B96

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

Shades of Mulberry #B45B96

Tints of Mulberry #B45B96

Color information

#B45B96 (or 0xB45B96) is unknown color: approx Mulberry. HEX triplet: B4, 5B and 96. RGB value is (180,91,150). Sum of RGB (Red+Green+Blue) = 180+91+150=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B96 is #4BA469. Grayscale: #7C7C7C. Windows color (decimal): -4957290 or 9853876. OLE color: 9853876.

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

Color convert

RGB18091150-
CMYK00.490.170.29
HSL320.22º37.24%53.14%-
HSV(B)320.22º49.44%70.59%-
XYZ28.0719.3931.12-
YUV124.34142.49167.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=42.76%
G=21.62%
B=35.63%

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
Decimal1809115000.490.170.29320.2237.2453.14
HexB45B96031111D1402535
Octal26413322606121355004565
Binary1011010010110111001011001100011000111101101000000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B96; }

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

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

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

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

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

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

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

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