Html Css Color HEX #BA558A Mulberry

📋 copy color: '#BA558A'

red 186 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #BA558A

Tints of Mulberry #BA558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 45.48%
G = 20.78%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA558A (or 0xBA558A) is known color: Mulberry. HEX triplet: BA, 55 and 8A. RGB value is (186,85,138). Sum of RGB (Red+Green+Blue) = 186+85+138=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA558A is #45AA75. Grayscale: #797979. Windows color (decimal): -4565622 or 9065914. OLE color: 9065914.

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

Color convert

RGB 186 85 138 -
CMYK 0 0.54 0.26 0.27
HSL 328.51º 0.42% 0.53% -
HSV(B) 328.51º 0.54% 0.73% -
XYZ 28.09 18.77 26.19 -
YUV 121.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 186 85 138 0 0.54 0.26 0.27 328.51 0.42 0.53
Hex BA 55 8A 0 36 1A 1B 149 2A 35
Octal 272 125 212 0 66 32 33 511 52 65
Binary 10111010 1010101 10001010 0 110110 11010 11011 101001001 101010 110101

Color Harmonies of #BA558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA558A

Black with #BA558A

Text Example


Text Example

White with #BA558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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