#B04886

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

Shades of Mulberry #B04886

Tints of Mulberry #B04886

Color information

#B04886 (or 0xB04886) is unknown color: approx Mulberry. HEX triplet: B0, 48 and 86. RGB value is (176,72,134). Sum of RGB (Red+Green+Blue) = 176+72+134=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B04886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04886 is #4FB779. Grayscale: #6E6E6E. Windows color (decimal): -5224314 or 8800432. OLE color: 8800432.

HSL color Cylindrical-coordinate representation of color #B04886: hue angle of 324.23º degrees, saturation: 0.42, 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 #B04886 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17672134-
CMYK00.590.240.31
HSL324.23º41.94%48.63%-
HSV(B)324.23º59.09%69.02%-
XYZ24.5215.5924.27-
YUV110.16141.46174.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=46.07%
G=18.85%
B=35.08%

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
Decimal1767213400.590.240.31324.2341.9448.63
HexB0488603B181F1442a31
Octal26011020607330375045261
Binary1011000010010001000011001110111100011111101000100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04886; }

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

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

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

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

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

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

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

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