Html Css Color HEX #BA5492 Mulberry

📋 copy color: '#BA5492'

red 186 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #BA5492

Tints of Mulberry #BA5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 44.71%
G = 20.19%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA5492 (or 0xBA5492) is known color: Mulberry. HEX triplet: BA, 54 and 92. RGB value is (186,84,146). Sum of RGB (Red+Green+Blue) = 186+84+146=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5492 is #45AB6D. Grayscale: #797979. Windows color (decimal): -4565870 or 9589946. OLE color: 9589946.

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

Color convert

RGB 186 84 146 -
CMYK 0 0.55 0.22 0.27
HSL 323.53º 0.43% 0.53% -
HSV(B) 323.53º 0.55% 0.73% -
XYZ 28.61 18.86 29.33 -
YUV 121.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 186 84 146 0 0.55 0.22 0.27 323.53 0.43 0.53
Hex BA 54 92 0 37 16 1B 144 2A 35
Octal 272 124 222 0 67 26 33 504 52 65
Binary 10111010 1010100 10010010 0 110111 10110 11011 101000100 101010 110101

Color Harmonies of #BA5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5492

Black with #BA5492

Text Example


Text Example

White with #BA5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5492; }

 p { color: rgb(186,84,146); }

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

background-color css

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

 a { background-color: rgb(186,84,146); }

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

border-color css

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

 span { border-color: rgb(186,84,146); }

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