#BA4B83

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

Shades of Mulberry #BA4B83

Tints of Mulberry #BA4B83

Color information

#BA4B83 (or 0xBA4B83) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 83. RGB value is (186,75,131). Sum of RGB (Red+Green+Blue) = 186+75+131=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B83 is #45B47C. Grayscale: #727272. Windows color (decimal): -4568189 or 8604602. OLE color: 8604602.

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

Color convert

RGB18675131-
CMYK00.600.300.27
HSL329.73º44.58%51.18%-
HSV(B)329.73º59.68%72.94%-
XYZ26.8617.1123.36-
YUV114.57137.27178.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=47.45%
G=19.13%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867513100.600.300.27329.7344.5851.18
HexBA4B8303C1E1B14a2d33
Octal27211320307436335125563
Binary1011101010010111000001101111001111011011101001010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B83; }

 p { color: rgb(186,75,131); }

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

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

 a { background-color: rgb(186,75,131); }

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

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

 span { border-color: rgb(186,75,131); }

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