Html Css Color HEX #BA5C99 Mulberry

📋 copy color: '#BA5C99'

red 186 ◦ green 92 ◦ blue 153

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

Shades of Mulberry #BA5C99

Tints of Mulberry #BA5C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 43.16%
G = 21.35%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA5C99 (or 0xBA5C99) is known color: Mulberry. HEX triplet: BA, 5C and 99. RGB value is (186,92,153). Sum of RGB (Red+Green+Blue) = 186+92+153=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C99 is #45A366. Grayscale: #7E7E7E. Windows color (decimal): -4563815 or 10050746. OLE color: 10050746.

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

Color convert

RGB 186 92 153 -
CMYK 0 0.51 0.18 0.27
HSL 321.06º 0.41% 0.55% -
HSV(B) 321.06º 0.51% 0.73% -
XYZ 29.83 20.39 32.5 -
YUV 127.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 186 92 153 0 0.51 0.18 0.27 321.06 0.41 0.55
Hex BA 5C 99 0 33 12 1B 141 29 37
Octal 272 134 231 0 63 22 33 501 51 67
Binary 10111010 1011100 10011001 0 110011 10010 11011 101000001 101001 110111

Color Harmonies of #BA5C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C99

Black with #BA5C99

Text Example


Text Example

White with #BA5C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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