#BA458B

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

Shades of Mulberry #BA458B

Tints of Mulberry #BA458B

Color information

#BA458B (or 0xBA458B) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 8B. RGB value is (186,69,139). Sum of RGB (Red+Green+Blue) = 186+69+139=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA458B is #45BA74. Grayscale: #6F6F6F. Windows color (decimal): -4569717 or 9127354. OLE color: 9127354.

HSL color Cylindrical-coordinate representation of color #BA458B: hue angle of 324.1º 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 #BA458B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18669139-
CMYK00.630.250.27
HSL324.1º45.88%50%-
HSV(B)324.1º62.9%72.94%-
XYZ27.0416.5626.2-
YUV111.96143.26180.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=47.21%
G=17.51%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866913900.630.250.27324.145.8850
HexBA458B03F191B1442e32
Octal27210521307731335045662
Binary1011101010001011000101101111111100111011101000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA458B; }

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

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

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

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

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

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

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

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