#B04986

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

Shades of Mulberry #B04986

Tints of Mulberry #B04986

Color information

#B04986 (or 0xB04986) is unknown color: approx Mulberry. HEX triplet: B0, 49 and 86. RGB value is (176,73,134). Sum of RGB (Red+Green+Blue) = 176+73+134=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04986 is #4FB679. Grayscale: #6E6E6E. Windows color (decimal): -5224058 or 8800688. OLE color: 8800688.

HSL color Cylindrical-coordinate representation of color #B04986: hue angle of 324.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04986 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17673134-
CMYK00.590.240.31
HSL324.47º41.37%48.82%-
HSV(B)324.47º58.52%69.02%-
XYZ24.5915.7224.29-
YUV110.75141.12174.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=45.95%
G=19.06%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767313400.590.240.31324.4741.3748.82
HexB0498603B181F1442931
Octal26011120607330375045161
Binary1011000010010011000011001110111100011111101000100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04986; }

 p { color: rgb(176,73,134); }

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

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

 a { background-color: rgb(176,73,134); }

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

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

 span { border-color: rgb(176,73,134); }

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