Html Css Color HEX #BA4292 Mulberry

📋 copy color: '#BA4292'

red 186 ◦ green 66 ◦ blue 146

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

Shades of Mulberry #BA4292

Tints of Mulberry #BA4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.58%

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

R = 46.73%
G = 16.58%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4292 (or 0xBA4292) is known color: Mulberry. HEX triplet: BA, 42 and 92. RGB value is (186,66,146). Sum of RGB (Red+Green+Blue) = 186+66+146=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4292 is #45BD6D. Grayscale: #6E6E6E. Windows color (decimal): -4570478 or 9585338. OLE color: 9585338.

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

Color convert

RGB 186 66 146 -
CMYK 0 0.65 0.22 0.27
HSL 320º 0.48% 0.49% -
HSV(B) 320º 0.65% 0.73% -
XYZ 27.39 16.41 28.92 -
YUV 111 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 186 66 146 0 0.65 0.22 0.27 320 0.48 0.49
Hex BA 42 92 0 41 16 1B 140 30 31
Octal 272 102 222 0 101 26 33 500 60 61
Binary 10111010 1000010 10010010 0 1000001 10110 11011 101000000 110000 110001

Color Harmonies of #BA4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4292

Black with #BA4292

Text Example


Text Example

White with #BA4292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4292; }

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

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

background-color css

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

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

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

border-color css

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

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

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