Html Css Color HEX #BA558E Mulberry

📋 copy color: '#BA558E'

red 186 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #BA558E

Tints of Mulberry #BA558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 45.04%
G = 20.58%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA558E (or 0xBA558E) is known color: Mulberry. HEX triplet: BA, 55 and 8E. RGB value is (186,85,142). Sum of RGB (Red+Green+Blue) = 186+85+142=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA558E is #45AA71. Grayscale: #797979. Windows color (decimal): -4565618 or 9328058. OLE color: 9328058.

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

Color convert

RGB 186 85 142 -
CMYK 0 0.54 0.24 0.27
HSL 326.14º 0.42% 0.53% -
HSV(B) 326.14º 0.54% 0.73% -
XYZ 28.38 18.89 27.74 -
YUV 121.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 186 85 142 0 0.54 0.24 0.27 326.14 0.42 0.53
Hex BA 55 8E 0 36 18 1B 146 2A 35
Octal 272 125 216 0 66 30 33 506 52 65
Binary 10111010 1010101 10001110 0 110110 11000 11011 101000110 101010 110101

Color Harmonies of #BA558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA558E

Black with #BA558E

Text Example


Text Example

White with #BA558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA558E; }

 p { color: rgb(186,85,142); }

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

background-color css

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

 a { background-color: rgb(186,85,142); }

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

border-color css

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

 span { border-color: rgb(186,85,142); }

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