Html Css Color HEX #BA4E85 Mulberry

📋 copy color: '#BA4E85'

red 186 ◦ green 78 ◦ blue 133

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

Shades of Mulberry #BA4E85

Tints of Mulberry #BA4E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.65%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 46.85%
G = 19.65%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA4E85 (or 0xBA4E85) is known color: Mulberry. HEX triplet: BA, 4E and 85. RGB value is (186,78,133). Sum of RGB (Red+Green+Blue) = 186+78+133=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E85 is #45B17A. Grayscale: #747474. Windows color (decimal): -4567419 or 8736442. OLE color: 8736442.

HSL color Cylindrical-coordinate representation of color #BA4E85: hue angle of 329.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E85 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 133 -
CMYK 0 0.58 0.28 0.27
HSL 329.44º 0.44% 0.52% -
HSV(B) 329.44º 0.58% 0.73% -
XYZ 27.21 17.58 24.15 -
YUV 116.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 186 78 133 0 0.58 0.28 0.27 329.44 0.44 0.52
Hex BA 4E 85 0 3A 1C 1B 149 2C 34
Octal 272 116 205 0 72 34 33 511 54 64
Binary 10111010 1001110 10000101 0 111010 11100 11011 101001001 101100 110100

Color Harmonies of #BA4E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E85

Black with #BA4E85

Text Example


Text Example

White with #BA4E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E85; }

 p { color: rgb(186,78,133); }

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

background-color css

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

 a { background-color: rgb(186,78,133); }

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

border-color css

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

 span { border-color: rgb(186,78,133); }

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