#B45688

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

Shades of Mulberry #B45688

Tints of Mulberry #B45688

Color information

#B45688 (or 0xB45688) is unknown color: approx Mulberry. HEX triplet: B4, 56 and 88. RGB value is (180,86,136). Sum of RGB (Red+Green+Blue) = 180+86+136=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B45688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45688 is #4BA977. Grayscale: #777777. Windows color (decimal): -4958584 or 8935092. OLE color: 8935092.

HSL color Cylindrical-coordinate representation of color #B45688: hue angle of 328.09º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45688 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18086136-
CMYK00.520.240.29
HSL328.09º38.52%52.16%-
HSV(B)328.09º52.22%70.59%-
XYZ26.5918.1425.39-
YUV119.81137.14170.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=44.78%
G=21.39%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808613600.520.240.29328.0938.5252.16
HexB45688034181D1482734
Octal26412621006430355104764
Binary1011010010101101000100001101001100011101101001000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45688; }

 p { color: rgb(180,86,136); }

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

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

 a { background-color: rgb(180,86,136); }

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

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

 span { border-color: rgb(180,86,136); }

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