#BA458D

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

Shades of Mulberry #BA458D

Tints of Mulberry #BA458D

Color information

#BA458D (or 0xBA458D) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 8D. RGB value is (186,69,141). Sum of RGB (Red+Green+Blue) = 186+69+141=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA458D is #45BA72. Grayscale: #707070. Windows color (decimal): -4569715 or 9258426. OLE color: 9258426.

HSL color Cylindrical-coordinate representation of color #BA458D: hue angle of 323.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA458D is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18669141-
CMYK00.630.240.27
HSL323.08º45.88%50%-
HSV(B)323.08º62.9%72.94%-
XYZ27.1916.6226.97-
YUV112.19144.26180.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=46.97%
G=17.42%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866914100.630.240.27323.0845.8850
HexBA458D03F181B1432e32
Octal27210521507730335035662
Binary1011101010001011000110101111111100011011101000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA458D; }

 p { color: rgb(186,69,141); }

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

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

 a { background-color: rgb(186,69,141); }

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

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

 span { border-color: rgb(186,69,141); }

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