#B14886

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

Shades of Mulberry #B14886

Tints of Mulberry #B14886

Color information

#B14886 (or 0xB14886) is unknown color: approx Mulberry. HEX triplet: B1, 48 and 86. RGB value is (177,72,134). Sum of RGB (Red+Green+Blue) = 177+72+134=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B14886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14886 is #4EB779. Grayscale: #6E6E6E. Windows color (decimal): -5158778 or 8800433. OLE color: 8800433.

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

Color convert

RGB17772134-
CMYK00.590.240.31
HSL324.57º42.17%48.82%-
HSV(B)324.57º59.32%69.41%-
XYZ24.7515.724.28-
YUV110.46141.29175.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=46.21%
G=18.80%
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
Decimal1777213400.590.240.31324.5742.1748.82
HexB1488603B181F1452a31
Octal26111020607330375055261
Binary1011000110010001000011001110111100011111101000101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14886; }

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

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

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

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

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

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

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

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