Html Css Color HEX #BA5583 Mulberry

📋 copy color: '#BA5583'

red 186 ◦ green 85 ◦ blue 131

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

Shades of Mulberry #BA5583

Tints of Mulberry #BA5583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.59%

R = 46.27%
G = 21.14%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA5583 (or 0xBA5583) is known color: Mulberry. HEX triplet: BA, 55 and 83. RGB value is (186,85,131). Sum of RGB (Red+Green+Blue) = 186+85+131=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5583 is #45AA7C. Grayscale: #787878. Windows color (decimal): -4565629 or 8607162. OLE color: 8607162.

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

Color convert

RGB 186 85 131 -
CMYK 0 0.54 0.30 0.27
HSL 332.67º 0.42% 0.53% -
HSV(B) 332.67º 0.54% 0.73% -
XYZ 27.59 18.57 23.6 -
YUV 120.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 186 85 131 0 0.54 0.30 0.27 332.67 0.42 0.53
Hex BA 55 83 0 36 1E 1B 14D 2A 35
Octal 272 125 203 0 66 36 33 515 52 65
Binary 10111010 1010101 10000011 0 110110 11110 11011 101001101 101010 110101

Color Harmonies of #BA5583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5583

Black with #BA5583

Text Example


Text Example

White with #BA5583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5583; }

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

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

background-color css

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

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

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

border-color css

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

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

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