#BA428B

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

Shades of Mulberry #BA428B

Tints of Mulberry #BA428B

Color information

#BA428B (or 0xBA428B) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 8B. RGB value is (186,66,139). Sum of RGB (Red+Green+Blue) = 186+66+139=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA428B is #45BD74. Grayscale: #6E6E6E. Windows color (decimal): -4570485 or 9126586. OLE color: 9126586.

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

Color convert

RGB18666139-
CMYK00.650.250.27
HSL323.5º47.62%49.41%-
HSV(B)323.5º64.52%72.94%-
XYZ26.8616.226.14-
YUV110.2144.26182.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=47.57%
G=16.88%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866613900.650.250.27323.547.6249.41
HexBA428B041191B1443031
Octal272102213010131335046061
Binary10111010100001010001011010000011100111011101000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA428B; }

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

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

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

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

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

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

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

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