#BA438B

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

Shades of Mulberry #BA438B

Tints of Mulberry #BA438B

Color information

#BA438B (or 0xBA438B) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 8B. RGB value is (186,67,139). Sum of RGB (Red+Green+Blue) = 186+67+139=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA438B is #45BC74. Grayscale: #6E6E6E. Windows color (decimal): -4570229 or 9126842. OLE color: 9126842.

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

Color convert

RGB18667139-
CMYK00.640.250.27
HSL323.7º47.04%49.61%-
HSV(B)323.7º63.98%72.94%-
XYZ26.9216.3226.16-
YUV110.79143.92181.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 67 (26.56% from 255) = 17.09%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=47.45%
G=17.09%
B=35.46%

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
Decimal1866713900.640.250.27323.747.0449.61
HexBA438B040191B1442f32
Octal272103213010031335045762
Binary10111010100001110001011010000001100111011101000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA438B; }

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

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

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

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

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

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

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

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