Html Css Color HEX #BA4A96 Mulberry

📋 copy color: '#BA4A96'

red 186 ◦ green 74 ◦ blue 150

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

Shades of Mulberry #BA4A96

Tints of Mulberry #BA4A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 45.37%
G = 18.05%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4A96 (or 0xBA4A96) is known color: Mulberry. HEX triplet: BA, 4A and 96. RGB value is (186,74,150). Sum of RGB (Red+Green+Blue) = 186+74+150=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A96 is #45B569. Grayscale: #737373. Windows color (decimal): -4568426 or 9849530. OLE color: 9849530.

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

Color convert

RGB 186 74 150 -
CMYK 0 0.60 0.19 0.27
HSL 319.29º 0.45% 0.51% -
HSV(B) 319.29º 0.6% 0.73% -
XYZ 28.2 17.54 30.75 -
YUV 116.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 186 74 150 0 0.60 0.19 0.27 319.29 0.45 0.51
Hex BA 4A 96 0 3C 13 1B 13F 2D 33
Octal 272 112 226 0 74 23 33 477 55 63
Binary 10111010 1001010 10010110 0 111100 10011 11011 100111111 101101 110011

Color Harmonies of #BA4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A96

Black with #BA4A96

Text Example


Text Example

White with #BA4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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