Html Css Color HEX #BA568D Mulberry

📋 copy color: '#BA568D'

red 186 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #BA568D

Tints of Mulberry #BA568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 45.04%
G = 20.82%
B = 34.14%

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

#BA568D (or 0xBA568D) is known color: Mulberry. HEX triplet: BA, 56 and 8D. RGB value is (186,86,141). Sum of RGB (Red+Green+Blue) = 186+86+141=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568D is #45A972. Grayscale: #7A7A7A. Windows color (decimal): -4565363 or 9262778. OLE color: 9262778.

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

Color convert

RGB 186 86 141 -
CMYK 0 0.54 0.24 0.27
HSL 327º 0.42% 0.53% -
HSV(B) 327º 0.54% 0.73% -
XYZ 28.39 19.02 27.37 -
YUV 122.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 186 86 141 0 0.54 0.24 0.27 327 0.42 0.53
Hex BA 56 8D 0 36 18 1B 147 2A 35
Octal 272 126 215 0 66 30 33 507 52 65
Binary 10111010 1010110 10001101 0 110110 11000 11011 101000111 101010 110101

Color Harmonies of #BA568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA568D

Black with #BA568D

Text Example


Text Example

White with #BA568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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