Html Css Color HEX #BA4592 Mulberry

📋 copy color: '#BA4592'

red 186 ◦ green 69 ◦ blue 146

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

Shades of Mulberry #BA4592

Tints of Mulberry #BA4592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.21%

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

R = 46.38%
G = 17.21%
B = 36.41%

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

#BA4592 (or 0xBA4592) is known color: Mulberry. HEX triplet: BA, 45 and 92. RGB value is (186,69,146). Sum of RGB (Red+Green+Blue) = 186+69+146=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4592 is #45BA6D. Grayscale: #707070. Windows color (decimal): -4569710 or 9586106. OLE color: 9586106.

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

Color convert

RGB 186 69 146 -
CMYK 0 0.63 0.22 0.27
HSL 320.51º 0.46% 0.5% -
HSV(B) 320.51º 0.63% 0.73% -
XYZ 27.57 16.77 28.98 -
YUV 112.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 186 69 146 0 0.63 0.22 0.27 320.51 0.46 0.5
Hex BA 45 92 0 3F 16 1B 141 2E 32
Octal 272 105 222 0 77 26 33 501 56 62
Binary 10111010 1000101 10010010 0 111111 10110 11011 101000001 101110 110010

Color Harmonies of #BA4592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4592

Black with #BA4592

Text Example


Text Example

White with #BA4592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4592; }

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

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

background-color css

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

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

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

border-color css

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

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

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