Html Css Color HEX #BA4896 Mulberry

📋 copy color: '#BA4896'

red 186 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #BA4896

Tints of Mulberry #BA4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 45.59%
G = 17.65%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4896 (or 0xBA4896) is known color: Mulberry. HEX triplet: BA, 48 and 96. RGB value is (186,72,150). Sum of RGB (Red+Green+Blue) = 186+72+150=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4896 is #45B769. Grayscale: #727272. Windows color (decimal): -4568938 or 9849018. OLE color: 9849018.

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

Color convert

RGB 186 72 150 -
CMYK 0 0.61 0.19 0.27
HSL 318.95º 0.45% 0.51% -
HSV(B) 318.95º 0.61% 0.73% -
XYZ 28.07 17.28 30.71 -
YUV 114.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 186 72 150 0 0.61 0.19 0.27 318.95 0.45 0.51
Hex BA 48 96 0 3D 13 1B 13F 2D 33
Octal 272 110 226 0 75 23 33 477 55 63
Binary 10111010 1001000 10010110 0 111101 10011 11011 100111111 101101 110011

Color Harmonies of #BA4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4896

Black with #BA4896

Text Example


Text Example

White with #BA4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4896; }

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

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

background-color css

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

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

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

border-color css

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

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

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