Html Css Color HEX #BA5296 Mulberry

📋 copy color: '#BA5296'

red 186 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #BA5296

Tints of Mulberry #BA5296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 44.5%
G = 19.62%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5296 (or 0xBA5296) is known color: Mulberry. HEX triplet: BA, 52 and 96. RGB value is (186,82,150). Sum of RGB (Red+Green+Blue) = 186+82+150=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5296 is #45AD69. Grayscale: #787878. Windows color (decimal): -4566378 or 9851578. OLE color: 9851578.

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

Color convert

RGB 186 82 150 -
CMYK 0 0.56 0.19 0.27
HSL 320.77º 0.43% 0.53% -
HSV(B) 320.77º 0.56% 0.73% -
XYZ 28.77 18.68 30.94 -
YUV 120.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 186 82 150 0 0.56 0.19 0.27 320.77 0.43 0.53
Hex BA 52 96 0 38 13 1B 141 2B 35
Octal 272 122 226 0 70 23 33 501 53 65
Binary 10111010 1010010 10010110 0 111000 10011 11011 101000001 101011 110101

Color Harmonies of #BA5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5296

Black with #BA5296

Text Example


Text Example

White with #BA5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5296; }

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

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

background-color css

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

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

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

border-color css

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

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

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