Html Css Color HEX #BA5B94 Mulberry

📋 copy color: '#BA5B94'

red 186 ◦ green 91 ◦ blue 148

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

Shades of Mulberry #BA5B94

Tints of Mulberry #BA5B94

RGB

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

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

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

R = 43.76%
G = 21.41%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5B94 (or 0xBA5B94) is known color: Mulberry. HEX triplet: BA, 5B and 94. RGB value is (186,91,148). Sum of RGB (Red+Green+Blue) = 186+91+148=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B94 is #45A46B. Grayscale: #7D7D7D. Windows color (decimal): -4564076 or 9722810. OLE color: 9722810.

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

Color convert

RGB 186 91 148 -
CMYK 0 0.51 0.20 0.27
HSL 324º 0.41% 0.54% -
HSV(B) 324º 0.51% 0.73% -
XYZ 29.34 20.06 30.34 -
YUV 125.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 186 91 148 0 0.51 0.20 0.27 324 0.41 0.54
Hex BA 5B 94 0 33 14 1B 144 29 36
Octal 272 133 224 0 63 24 33 504 51 66
Binary 10111010 1011011 10010100 0 110011 10100 11011 101000100 101001 110110

Color Harmonies of #BA5B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B94

Black with #BA5B94

Text Example


Text Example

White with #BA5B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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