Html Css Color HEX #BA5289 Mulberry

📋 copy color: '#BA5289'

red 186 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #BA5289

Tints of Mulberry #BA5289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 45.93%
G = 20.25%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA5289 (or 0xBA5289) is known color: Mulberry. HEX triplet: BA, 52 and 89. RGB value is (186,82,137). Sum of RGB (Red+Green+Blue) = 186+82+137=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5289 is #45AD76. Grayscale: #777777. Windows color (decimal): -4566391 or 8999610. OLE color: 8999610.

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

Color convert

RGB 186 82 137 -
CMYK 0 0.56 0.26 0.27
HSL 328.27º 0.43% 0.53% -
HSV(B) 328.27º 0.56% 0.73% -
XYZ 27.78 18.28 25.73 -
YUV 119.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 186 82 137 0 0.56 0.26 0.27 328.27 0.43 0.53
Hex BA 52 89 0 38 1A 1B 148 2B 35
Octal 272 122 211 0 70 32 33 510 53 65
Binary 10111010 1010010 10001001 0 111000 11010 11011 101001000 101011 110101

Color Harmonies of #BA5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5289

Black with #BA5289

Text Example


Text Example

White with #BA5289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5289; }

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

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

background-color css

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

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

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

border-color css

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

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

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