#B45096

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

Shades of Mulberry #B45096

Tints of Mulberry #B45096

Color information

#B45096 (or 0xB45096) is unknown color: approx Mulberry. HEX triplet: B4, 50 and 96. RGB value is (180,80,150). Sum of RGB (Red+Green+Blue) = 180+80+150=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B45096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45096 is #4BAF69. Grayscale: #757575. Windows color (decimal): -4960106 or 9851060. OLE color: 9851060.

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

Color convert

RGB18080150-
CMYK00.560.170.29
HSL318º40%50.98%-
HSV(B)318º55.56%70.59%-
XYZ27.217.6430.83-
YUV117.88146.13172.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=43.90%
G=19.51%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808015000.560.170.293184050.98
HexB45096038111D13e2833
Octal26412022607021354765063
Binary1011010010100001001011001110001000111101100111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45096; }

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

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

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

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

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

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

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

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