#B45799

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

Shades of Mulberry #B45799

Tints of Mulberry #B45799

Color information

#B45799 (or 0xB45799) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 99. RGB value is (180,87,153). Sum of RGB (Red+Green+Blue) = 180+87+153=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45799 is #4BA866. Grayscale: #7A7A7A. Windows color (decimal): -4958311 or 10049460. OLE color: 10049460.

HSL color Cylindrical-coordinate representation of color #B45799: hue angle of 317.42º degrees, saturation: 0.38, 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 #B45799 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18087153-
CMYK00.520.150.29
HSL317.42º38.27%52.35%-
HSV(B)317.42º51.67%70.59%-
XYZ27.9818.8232.29-
YUV122.33145.31169.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=42.86%
G=20.71%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808715300.520.150.29317.4238.2752.35
HexB45799034F1D13d2634
Octal26412723106417354754664
Binary101101001010111100110010110100111111101100111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45799; }

 p { color: rgb(180,87,153); }

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

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

 a { background-color: rgb(180,87,153); }

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

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

 span { border-color: rgb(180,87,153); }

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