Html Css Color HEX #BA4993 Mulberry

📋 copy color: '#BA4993'

red 186 ◦ green 73 ◦ blue 147

#BA4993
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BA4993

Tints of Mulberry #BA4993

RGB

 RED value IS 186 (73.05% from 255) = 45.81%

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 45.81%
G = 17.98%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA4993 (or 0xBA4993) is known color: Mulberry. HEX triplet: BA, 49 and 93. RGB value is (186,73,147). Sum of RGB (Red+Green+Blue) = 186+73+147=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4993 is #45B66C. Grayscale: #737373. Windows color (decimal): -4568685 or 9652666. OLE color: 9652666.

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

Color convert

RGB 186 73 147 -
CMYK 0 0.61 0.21 0.27
HSL 320.71º 0.45% 0.51% -
HSV(B) 320.71º 0.61% 0.73% -
XYZ 27.9 17.31 29.47 -
YUV 115.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 186 73 147 0 0.61 0.21 0.27 320.71 0.45 0.51
Hex BA 49 93 0 3D 15 1B 141 2D 33
Octal 272 111 223 0 75 25 33 501 55 63
Binary 10111010 1001001 10010011 0 111101 10101 11011 101000001 101101 110011

Color Harmonies of #BA4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4993

Black with #BA4993

Text Example


Text Example

White with #BA4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4993; }

 p { color: rgb(186,73,147); }

 H1.HeaderClassName
 {
   color: #BA4993;
 }
 .AnyTagClassName
 {
   color: #BA4993;
 }
</style>

background-color css

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

 a { background-color: rgb(186,73,147); }

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

border-color css

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

 span { border-color: rgb(186,73,147); }

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