#BA428A

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

Shades of Mulberry #BA428A

Tints of Mulberry #BA428A

Color information

#BA428A (or 0xBA428A) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 8A. RGB value is (186,66,138). Sum of RGB (Red+Green+Blue) = 186+66+138=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA428A is #45BD75. Grayscale: #6D6D6D. Windows color (decimal): -4570486 or 9061050. OLE color: 9061050.

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

Color convert

RGB18666138-
CMYK00.650.260.27
HSL324º47.62%49.41%-
HSV(B)324º64.52%72.94%-
XYZ26.7916.1725.75-
YUV110.09143.76182.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=47.69%
G=16.92%
B=35.38%

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
Decimal1866613800.650.260.2732447.6249.41
HexBA428A0411A1B1443031
Octal272102212010132335046061
Binary10111010100001010001010010000011101011011101000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA428A; }

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

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

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

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

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

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

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

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