Html Css Color HEX #BA5884 Mulberry

📋 copy color: '#BA5884'

red 186 ◦ green 88 ◦ blue 132

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

Shades of Mulberry #BA5884

Tints of Mulberry #BA5884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 45.81%
G = 21.67%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA5884 (or 0xBA5884) is known color: Mulberry. HEX triplet: BA, 58 and 84. RGB value is (186,88,132). Sum of RGB (Red+Green+Blue) = 186+88+132=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5884 is #45A77B. Grayscale: #7A7A7A. Windows color (decimal): -4564860 or 8673466. OLE color: 8673466.

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

Color convert

RGB 186 88 132 -
CMYK 0 0.53 0.29 0.27
HSL 333.06º 0.42% 0.54% -
HSV(B) 333.06º 0.53% 0.73% -
XYZ 27.9 19.08 24.04 -
YUV 122.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 186 88 132 0 0.53 0.29 0.27 333.06 0.42 0.54
Hex BA 58 84 0 35 1D 1B 14D 2A 36
Octal 272 130 204 0 65 35 33 515 52 66
Binary 10111010 1011000 10000100 0 110101 11101 11011 101001101 101010 110110

Color Harmonies of #BA5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5884

Black with #BA5884

Text Example


Text Example

White with #BA5884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5884; }

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

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

background-color css

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

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

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

border-color css

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

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

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