Html Css Color HEX #BA568A Mulberry

📋 copy color: '#BA568A'

red 186 ◦ green 86 ◦ blue 138

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

Shades of Mulberry #BA568A

Tints of Mulberry #BA568A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

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

R = 45.37%
G = 20.98%
B = 33.66%

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

#BA568A (or 0xBA568A) is known color: Mulberry. HEX triplet: BA, 56 and 8A. RGB value is (186,86,138). Sum of RGB (Red+Green+Blue) = 186+86+138=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568A is #45A975. Grayscale: #797979. Windows color (decimal): -4565366 or 9066170. OLE color: 9066170.

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

Color convert

RGB 186 86 138 -
CMYK 0 0.54 0.26 0.27
HSL 328.8º 0.42% 0.53% -
HSV(B) 328.8º 0.54% 0.73% -
XYZ 28.16 18.93 26.21 -
YUV 121.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 186 86 138 0 0.54 0.26 0.27 328.8 0.42 0.53
Hex BA 56 8A 0 36 1A 1B 149 2A 35
Octal 272 126 212 0 66 32 33 511 52 65
Binary 10111010 1010110 10001010 0 110110 11010 11011 101001001 101010 110101

Color Harmonies of #BA568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA568A

Black with #BA568A

Text Example


Text Example

White with #BA568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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