Html Css Color HEX #BA5988 Mulberry

📋 copy color: '#BA5988'

red 186 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #BA5988

Tints of Mulberry #BA5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

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

R = 45.26%
G = 21.65%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5988 (or 0xBA5988) is known color: Mulberry. HEX triplet: BA, 59 and 88. RGB value is (186,89,136). Sum of RGB (Red+Green+Blue) = 186+89+136=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5988 is #45A677. Grayscale: #7B7B7B. Windows color (decimal): -4564600 or 8935866. OLE color: 8935866.

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

Color convert

RGB 186 89 136 -
CMYK 0 0.52 0.27 0.27
HSL 330.93º 0.41% 0.54% -
HSV(B) 330.93º 0.52% 0.73% -
XYZ 28.27 19.36 25.54 -
YUV 123.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 186 89 136 0 0.52 0.27 0.27 330.93 0.41 0.54
Hex BA 59 88 0 34 1B 1B 14B 29 36
Octal 272 131 210 0 64 33 33 513 51 66
Binary 10111010 1011001 10001000 0 110100 11011 11011 101001011 101001 110110

Color Harmonies of #BA5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5988

Black with #BA5988

Text Example


Text Example

White with #BA5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5988; }

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

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

background-color css

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

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

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

border-color css

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

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

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