Html Css Color HEX #BA5E99 Mulberry

📋 copy color: '#BA5E99'

red 186 ◦ green 94 ◦ blue 153

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

Shades of Mulberry #BA5E99

Tints of Mulberry #BA5E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.71%

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

R = 42.96%
G = 21.71%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA5E99 (or 0xBA5E99) is known color: Mulberry. HEX triplet: BA, 5E and 99. RGB value is (186,94,153). Sum of RGB (Red+Green+Blue) = 186+94+153=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E99 is #45A166. Grayscale: #808080. Windows color (decimal): -4563303 or 10051258. OLE color: 10051258.

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

Color convert

RGB 186 94 153 -
CMYK 0 0.49 0.18 0.27
HSL 321.52º 0.4% 0.55% -
HSV(B) 321.52º 0.49% 0.73% -
XYZ 30 20.74 32.56 -
YUV 128.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 186 94 153 0 0.49 0.18 0.27 321.52 0.4 0.55
Hex BA 5E 99 0 31 12 1B 142 28 37
Octal 272 136 231 0 61 22 33 502 50 67
Binary 10111010 1011110 10011001 0 110001 10010 11011 101000010 101000 110111

Color Harmonies of #BA5E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E99

Black with #BA5E99

Text Example


Text Example

White with #BA5E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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