#BA4289

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

Shades of Mulberry #BA4289

Tints of Mulberry #BA4289

Color information

#BA4289 (or 0xBA4289) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 89. RGB value is (186,66,137). Sum of RGB (Red+Green+Blue) = 186+66+137=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4289 is #45BD76. Grayscale: #6D6D6D. Windows color (decimal): -4570487 or 8995514. OLE color: 8995514.

HSL color Cylindrical-coordinate representation of color #BA4289: hue angle of 324.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4289 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18666137-
CMYK00.650.260.27
HSL324.5º47.62%49.41%-
HSV(B)324.5º64.52%72.94%-
XYZ26.7116.1425.37-
YUV109.97143.26182.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=47.81%
G=16.97%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866613700.650.260.27324.547.6249.41
HexBA42890411A1B1443031
Octal272102211010132335046061
Binary10111010100001010001001010000011101011011101000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4289; }

 p { color: rgb(186,66,137); }

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

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

 a { background-color: rgb(186,66,137); }

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

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

 span { border-color: rgb(186,66,137); }

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