#B14B89

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

Shades of Mulberry #B14B89

Tints of Mulberry #B14B89

Color information

#B14B89 (or 0xB14B89) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 89. RGB value is (177,75,137). Sum of RGB (Red+Green+Blue) = 177+75+137=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B89 is #4EB476. Grayscale: #707070. Windows color (decimal): -5158007 or 8997809. OLE color: 8997809.

HSL color Cylindrical-coordinate representation of color #B14B89: hue angle of 323.53º degrees, saturation: 0.4, 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 #B14B89 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17775137-
CMYK00.580.230.31
HSL323.53º40.48%49.41%-
HSV(B)323.53º57.63%69.41%-
XYZ25.1616.1925.46-
YUV112.57141.79173.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=45.50%
G=19.28%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777513700.580.230.31323.5340.4849.41
HexB14B8903A171F1442831
Octal26111321107227375045061
Binary1011000110010111000100101110101011111111101000100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B89; }

 p { color: rgb(177,75,137); }

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

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

 a { background-color: rgb(177,75,137); }

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

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

 span { border-color: rgb(177,75,137); }

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