#BA438A

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

Shades of Mulberry #BA438A

Tints of Mulberry #BA438A

Color information

#BA438A (or 0xBA438A) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 8A. RGB value is (186,67,138). Sum of RGB (Red+Green+Blue) = 186+67+138=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA438A is #45BC75. Grayscale: #6E6E6E. Windows color (decimal): -4570230 or 9061306. OLE color: 9061306.

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

Color convert

RGB18667138-
CMYK00.640.260.27
HSL324.2º47.04%49.61%-
HSV(B)324.2º63.98%72.94%-
XYZ26.8416.2925.77-
YUV110.68143.42181.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 67 (26.56% from 255) = 17.14%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=47.57%
G=17.14%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866713800.640.260.27324.247.0449.61
HexBA438A0401A1B1442f32
Octal272103212010032335045762
Binary10111010100001110001010010000001101011011101000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA438A; }

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

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

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

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

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

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

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

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