Html Css Color HEX #BA5D94 Mulberry

📋 copy color: '#BA5D94'

red 186 ◦ green 93 ◦ blue 148

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

Shades of Mulberry #BA5D94

Tints of Mulberry #BA5D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.78%

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 43.56%
G = 21.78%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5D94 (or 0xBA5D94) is known color: Mulberry. HEX triplet: BA, 5D and 94. RGB value is (186,93,148). Sum of RGB (Red+Green+Blue) = 186+93+148=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D94 is #45A26B. Grayscale: #7E7E7E. Windows color (decimal): -4563564 or 9723322. OLE color: 9723322.

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

Color convert

RGB 186 93 148 -
CMYK 0 0.5 0.20 0.27
HSL 324.52º 0.4% 0.55% -
HSV(B) 324.52º 0.5% 0.73% -
XYZ 29.51 20.41 30.4 -
YUV 127.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 186 93 148 0 0.5 0.20 0.27 324.52 0.4 0.55
Hex BA 5D 94 0 32 14 1B 145 28 37
Octal 272 135 224 0 62 24 33 505 50 67
Binary 10111010 1011101 10010100 0 110010 10100 11011 101000101 101000 110111

Color Harmonies of #BA5D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D94

Black with #BA5D94

Text Example


Text Example

White with #BA5D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D94; }

 p { color: rgb(186,93,148); }

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

background-color css

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

 a { background-color: rgb(186,93,148); }

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

border-color css

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

 span { border-color: rgb(186,93,148); }

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