#B14A86

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

Shades of Mulberry #B14A86

Tints of Mulberry #B14A86

Color information

#B14A86 (or 0xB14A86) is unknown color: approx Mulberry. HEX triplet: B1, 4A and 86. RGB value is (177,74,134). Sum of RGB (Red+Green+Blue) = 177+74+134=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A86 is #4EB579. Grayscale: #6F6F6F. Windows color (decimal): -5158266 or 8800945. OLE color: 8800945.

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

Color convert

RGB17774134-
CMYK00.580.240.31
HSL325.05º41.04%49.22%-
HSV(B)325.05º58.19%69.41%-
XYZ24.8815.9724.32-
YUV111.64140.62174.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=45.97%
G=19.22%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777413400.580.240.31325.0541.0449.22
HexB14A8603A181F1452931
Octal26111220607230375055161
Binary1011000110010101000011001110101100011111101000101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A86; }

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

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

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

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

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

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

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

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