Html Css Color HEX #BA4595 Mulberry

📋 copy color: '#BA4595'

red 186 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #BA4595

Tints of Mulberry #BA4595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 46.04%
G = 17.08%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA4595 (or 0xBA4595) is known color: Mulberry. HEX triplet: BA, 45 and 95. RGB value is (186,69,149). Sum of RGB (Red+Green+Blue) = 186+69+149=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4595 is #45BA6A. Grayscale: #707070. Windows color (decimal): -4569707 or 9782714. OLE color: 9782714.

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

Color convert

RGB 186 69 149 -
CMYK 0 0.63 0.20 0.27
HSL 318.97º 0.46% 0.5% -
HSV(B) 318.97º 0.63% 0.73% -
XYZ 27.8 16.87 30.22 -
YUV 113.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 186 69 149 0 0.63 0.20 0.27 318.97 0.46 0.5
Hex BA 45 95 0 3F 14 1B 13F 2E 32
Octal 272 105 225 0 77 24 33 477 56 62
Binary 10111010 1000101 10010101 0 111111 10100 11011 100111111 101110 110010

Color Harmonies of #BA4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4595

Black with #BA4595

Text Example


Text Example

White with #BA4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4595; }

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

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

background-color css

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

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

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

border-color css

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

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

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