Html Css Color HEX #BA5688 Mulberry

📋 copy color: '#BA5688'

red 186 ◦ green 86 ◦ blue 136

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

Shades of Mulberry #BA5688

Tints of Mulberry #BA5688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 45.59%
G = 21.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5688 (or 0xBA5688) is known color: Mulberry. HEX triplet: BA, 56 and 88. RGB value is (186,86,136). Sum of RGB (Red+Green+Blue) = 186+86+136=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5688 is #45A977. Grayscale: #797979. Windows color (decimal): -4565368 or 8935098. OLE color: 8935098.

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

Color convert

RGB 186 86 136 -
CMYK 0 0.54 0.27 0.27
HSL 330º 0.42% 0.53% -
HSV(B) 330º 0.54% 0.73% -
XYZ 28.02 18.87 25.46 -
YUV 121.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 186 86 136 0 0.54 0.27 0.27 330 0.42 0.53
Hex BA 56 88 0 36 1B 1B 14A 2A 35
Octal 272 126 210 0 66 33 33 512 52 65
Binary 10111010 1010110 10001000 0 110110 11011 11011 101001010 101010 110101

Color Harmonies of #BA5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5688

Black with #BA5688

Text Example


Text Example

White with #BA5688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5688; }

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

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

background-color css

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

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

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

border-color css

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

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

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