#B45F96

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

Shades of Mulberry #B45F96

Tints of Mulberry #B45F96

Color information

#B45F96 (or 0xB45F96) is unknown color: approx Mulberry. HEX triplet: B4, 5F and 96. RGB value is (180,95,150). Sum of RGB (Red+Green+Blue) = 180+95+150=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F96 is #4BA069. Grayscale: #7E7E7E. Windows color (decimal): -4956266 or 9854900. OLE color: 9854900.

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

Color convert

RGB18095150-
CMYK00.470.170.29
HSL321.18º36.17%53.92%-
HSV(B)321.18º47.22%70.59%-
XYZ28.4220.0931.23-
YUV126.68141.16166.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=42.35%
G=22.35%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809515000.470.170.29321.1836.1753.92
HexB45F9602F111D1412436
Octal26413722605721355014466
Binary1011010010111111001011001011111000111101101000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F96; }

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

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

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

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

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

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

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

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