#BA488B

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

Shades of Mulberry #BA488B

Tints of Mulberry #BA488B

Color information

#BA488B (or 0xBA488B) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 8B. RGB value is (186,72,139). Sum of RGB (Red+Green+Blue) = 186+72+139=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA488B is #45B774. Grayscale: #717171. Windows color (decimal): -4568949 or 9128122. OLE color: 9128122.

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

Color convert

RGB18672139-
CMYK00.610.250.27
HSL324.74º45.24%50.59%-
HSV(B)324.74º61.29%72.94%-
XYZ27.2316.9426.26-
YUV113.72142.27179.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=46.85%
G=18.14%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867213900.610.250.27324.7445.2450.59
HexBA488B03D191B1452d33
Octal27211021307531335055563
Binary1011101010010001000101101111011100111011101000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA488B; }

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

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

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

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

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

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

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

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