Html Css Color HEX #BA5095 Mulberry

📋 copy color: '#BA5095'

red 186 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #BA5095

Tints of Mulberry #BA5095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 44.82%
G = 19.28%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5095 (or 0xBA5095) is known color: Mulberry. HEX triplet: BA, 50 and 95. RGB value is (186,80,149). Sum of RGB (Red+Green+Blue) = 186+80+149=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5095 is #45AF6A. Grayscale: #777777. Windows color (decimal): -4566891 or 9785530. OLE color: 9785530.

HSL color Cylindrical-coordinate representation of color #BA5095: hue angle of 320.94º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5095 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 149 -
CMYK 0 0.57 0.20 0.27
HSL 320.94º 0.43% 0.52% -
HSV(B) 320.94º 0.57% 0.73% -
XYZ 28.54 18.35 30.47 -
YUV 119.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 186 80 149 0 0.57 0.20 0.27 320.94 0.43 0.52
Hex BA 50 95 0 39 14 1B 141 2B 34
Octal 272 120 225 0 71 24 33 501 53 64
Binary 10111010 1010000 10010101 0 111001 10100 11011 101000001 101011 110100

Color Harmonies of #BA5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5095

Black with #BA5095

Text Example


Text Example

White with #BA5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5095; }

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

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

background-color css

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

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

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

border-color css

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

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

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