#BA438C

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

Shades of Mulberry #BA438C

Tints of Mulberry #BA438C

Color information

#BA438C (or 0xBA438C) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 8C. RGB value is (186,67,140). Sum of RGB (Red+Green+Blue) = 186+67+140=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA438C is #45BC73. Grayscale: #6E6E6E. Windows color (decimal): -4570228 or 9192378. OLE color: 9192378.

HSL color Cylindrical-coordinate representation of color #BA438C: hue angle of 323.19º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA438C is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18667140-
CMYK00.640.250.27
HSL323.19º47.04%49.61%-
HSV(B)323.19º63.98%72.94%-
XYZ26.9916.3526.54-
YUV110.9144.42181.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 67 (26.56% from 255) = 17.05%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=47.33%
G=17.05%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866714000.640.250.27323.1947.0449.61
HexBA438C040191B1432f32
Octal272103214010031335035762
Binary10111010100001110001100010000001100111011101000011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA438C; }

 p { color: rgb(186,67,140); }

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

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

 a { background-color: rgb(186,67,140); }

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

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

 span { border-color: rgb(186,67,140); }

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