Html Css Color HEX #BA5295 Mulberry

📋 copy color: '#BA5295'

red 186 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #BA5295

Tints of Mulberry #BA5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 44.6%
G = 19.66%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5295 (or 0xBA5295) is known color: Mulberry. HEX triplet: BA, 52 and 95. RGB value is (186,82,149). Sum of RGB (Red+Green+Blue) = 186+82+149=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5295 is #45AD6A. Grayscale: #787878. Windows color (decimal): -4566379 or 9786042. OLE color: 9786042.

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

Color convert

RGB 186 82 149 -
CMYK 0 0.56 0.20 0.27
HSL 321.35º 0.43% 0.53% -
HSV(B) 321.35º 0.56% 0.73% -
XYZ 28.69 18.64 30.52 -
YUV 120.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 186 82 149 0 0.56 0.20 0.27 321.35 0.43 0.53
Hex BA 52 95 0 38 14 1B 141 2B 35
Octal 272 122 225 0 70 24 33 501 53 65
Binary 10111010 1010010 10010101 0 111000 10100 11011 101000001 101011 110101

Color Harmonies of #BA5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5295

Black with #BA5295

Text Example


Text Example

White with #BA5295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5295; }

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

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

background-color css

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

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

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

border-color css

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

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

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