#B46299

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

Shades of Mulberry #B46299

Tints of Mulberry #B46299

Color information

#B46299 (or 0xB46299) is unknown color: approx Mulberry. HEX triplet: B4, 62 and 99. RGB value is (180,98,153). Sum of RGB (Red+Green+Blue) = 180+98+153=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46299 is #4B9D66. Grayscale: #808080. Windows color (decimal): -4955495 or 10052276. OLE color: 10052276.

HSL color Cylindrical-coordinate representation of color #B46299: hue angle of 319.76º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46299 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18098153-
CMYK00.460.150.29
HSL319.76º35.34%54.51%-
HSV(B)319.76º45.56%70.59%-
XYZ28.9420.7432.61-
YUV128.79141.67164.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=41.76%
G=22.74%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809815300.460.150.29319.7635.3454.51
HexB4629902EF1D1402337
Octal26414223105617355004367
Binary101101001100010100110010101110111111101101000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46299; }

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

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

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

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

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

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

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

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