Html Css Color HEX #BA5C90 Mulberry

📋 copy color: '#BA5C90'

red 186 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #BA5C90

Tints of Mulberry #BA5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

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

R = 44.08%
G = 21.8%
B = 34.12%

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

#BA5C90 (or 0xBA5C90) is known color: Mulberry. HEX triplet: BA, 5C and 90. RGB value is (186,92,144). Sum of RGB (Red+Green+Blue) = 186+92+144=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C90 is #45A36F. Grayscale: #7D7D7D. Windows color (decimal): -4563824 or 9460922. OLE color: 9460922.

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

Color convert

RGB 186 92 144 -
CMYK 0 0.51 0.23 0.27
HSL 326.81º 0.41% 0.55% -
HSV(B) 326.81º 0.51% 0.73% -
XYZ 29.11 20.11 28.73 -
YUV 126.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 186 92 144 0 0.51 0.23 0.27 326.81 0.41 0.55
Hex BA 5C 90 0 33 17 1B 147 29 37
Octal 272 134 220 0 63 27 33 507 51 67
Binary 10111010 1011100 10010000 0 110011 10111 11011 101000111 101001 110111

Color Harmonies of #BA5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C90

Black with #BA5C90

Text Example


Text Example

White with #BA5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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