#BA4292

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

Shades of Mulberry #BA4292

Tints of Mulberry #BA4292

Color information

#BA4292 (or 0xBA4292) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 92. RGB value is (186,66,146). Sum of RGB (Red+Green+Blue) = 186+66+146=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4292 is #45BD6D. Grayscale: #6E6E6E. Windows color (decimal): -4570478 or 9585338. OLE color: 9585338.

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

Color convert

RGB18666146-
CMYK00.650.220.27
HSL320º47.62%49.41%-
HSV(B)320º64.52%72.94%-
XYZ27.3916.4128.92-
YUV111147.76181.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=46.73%
G=16.58%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866614600.650.220.2732047.6249.41
HexBA4292041161B1403031
Octal272102222010126335006061
Binary10111010100001010010010010000011011011011101000000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4292; }

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

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

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

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

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

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

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

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