Html Css Color HEX #BA4492 Mulberry

📋 copy color: '#BA4492'

red 186 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #BA4492

Tints of Mulberry #BA4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 46.5%
G = 17%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4492 (or 0xBA4492) is known color: Mulberry. HEX triplet: BA, 44 and 92. RGB value is (186,68,146). Sum of RGB (Red+Green+Blue) = 186+68+146=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4492 is #45BB6D. Grayscale: #6F6F6F. Windows color (decimal): -4569966 or 9585850. OLE color: 9585850.

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

Color convert

RGB 186 68 146 -
CMYK 0 0.63 0.22 0.27
HSL 320.34º 0.46% 0.5% -
HSV(B) 320.34º 0.63% 0.73% -
XYZ 27.51 16.65 28.96 -
YUV 112.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 186 68 146 0 0.63 0.22 0.27 320.34 0.46 0.5
Hex BA 44 92 0 3F 16 1B 140 2E 32
Octal 272 104 222 0 77 26 33 500 56 62
Binary 10111010 1000100 10010010 0 111111 10110 11011 101000000 101110 110010

Color Harmonies of #BA4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4492

Black with #BA4492

Text Example


Text Example

White with #BA4492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4492; }

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

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

background-color css

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

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

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

border-color css

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

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

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