Html Css Color HEX #BA4D84 Mulberry

📋 copy color: '#BA4D84'

red 186 ◦ green 77 ◦ blue 132

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

Shades of Mulberry #BA4D84

Tints of Mulberry #BA4D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 47.09%
G = 19.49%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA4D84 (or 0xBA4D84) is known color: Mulberry. HEX triplet: BA, 4D and 84. RGB value is (186,77,132). Sum of RGB (Red+Green+Blue) = 186+77+132=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D84 is #45B27B. Grayscale: #737373. Windows color (decimal): -4567676 or 8670650. OLE color: 8670650.

HSL color Cylindrical-coordinate representation of color #BA4D84: hue angle of 329.72º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D84 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 132 -
CMYK 0 0.59 0.29 0.27
HSL 329.72º 0.44% 0.52% -
HSV(B) 329.72º 0.59% 0.73% -
XYZ 27.07 17.41 23.76 -
YUV 115.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 186 77 132 0 0.59 0.29 0.27 329.72 0.44 0.52
Hex BA 4D 84 0 3B 1D 1B 14A 2C 34
Octal 272 115 204 0 73 35 33 512 54 64
Binary 10111010 1001101 10000100 0 111011 11101 11011 101001010 101100 110100

Color Harmonies of #BA4D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D84

Black with #BA4D84

Text Example


Text Example

White with #BA4D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D84; }

 p { color: rgb(186,77,132); }

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

background-color css

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

 a { background-color: rgb(186,77,132); }

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

border-color css

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

 span { border-color: rgb(186,77,132); }

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