Html Css Color HEX #BA5B90 Mulberry

📋 copy color: '#BA5B90'

red 186 ◦ green 91 ◦ blue 144

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

Shades of Mulberry #BA5B90

Tints of Mulberry #BA5B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.62%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 44.18%
G = 21.62%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA5B90 (or 0xBA5B90) is known color: Mulberry. HEX triplet: BA, 5B and 90. RGB value is (186,91,144). Sum of RGB (Red+Green+Blue) = 186+91+144=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B90 is #45A46F. Grayscale: #7D7D7D. Windows color (decimal): -4564080 or 9460666. OLE color: 9460666.

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

Color convert

RGB 186 91 144 -
CMYK 0 0.51 0.23 0.27
HSL 326.53º 0.41% 0.54% -
HSV(B) 326.53º 0.51% 0.73% -
XYZ 29.02 19.93 28.7 -
YUV 125.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 186 91 144 0 0.51 0.23 0.27 326.53 0.41 0.54
Hex BA 5B 90 0 33 17 1B 147 29 36
Octal 272 133 220 0 63 27 33 507 51 66
Binary 10111010 1011011 10010000 0 110011 10111 11011 101000111 101001 110110

Color Harmonies of #BA5B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B90

Black with #BA5B90

Text Example


Text Example

White with #BA5B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B90; }

 p { color: rgb(186,91,144); }

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

background-color css

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

 a { background-color: rgb(186,91,144); }

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

border-color css

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

 span { border-color: rgb(186,91,144); }

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