Html Css Color HEX #BA4892 Mulberry

📋 copy color: '#BA4892'

red 186 ◦ green 72 ◦ blue 146

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

Shades of Mulberry #BA4892

Tints of Mulberry #BA4892

RGB

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

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

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

R = 46.04%
G = 17.82%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4892 (or 0xBA4892) is known color: Mulberry. HEX triplet: BA, 48 and 92. RGB value is (186,72,146). Sum of RGB (Red+Green+Blue) = 186+72+146=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4892 is #45B76D. Grayscale: #727272. Windows color (decimal): -4568942 or 9586874. OLE color: 9586874.

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

Color convert

RGB 186 72 146 -
CMYK 0 0.61 0.22 0.27
HSL 321.05º 0.45% 0.51% -
HSV(B) 321.05º 0.61% 0.73% -
XYZ 27.76 17.15 29.04 -
YUV 114.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 186 72 146 0 0.61 0.22 0.27 321.05 0.45 0.51
Hex BA 48 92 0 3D 16 1B 141 2D 33
Octal 272 110 222 0 75 26 33 501 55 63
Binary 10111010 1001000 10010010 0 111101 10110 11011 101000001 101101 110011

Color Harmonies of #BA4892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4892

Black with #BA4892

Text Example


Text Example

White with #BA4892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4892; }

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

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

background-color css

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

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

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

border-color css

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

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

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