Html Css Color HEX #BA4384 Mulberry

📋 copy color: '#BA4384'

red 186 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #BA4384

Tints of Mulberry #BA4384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 132 (51.95% from 255) = 34.29%

R = 48.31%
G = 17.4%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA4384 (or 0xBA4384) is known color: Mulberry. HEX triplet: BA, 43 and 84. RGB value is (186,67,132). Sum of RGB (Red+Green+Blue) = 186+67+132=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4384 is #45BC7B. Grayscale: #6D6D6D. Windows color (decimal): -4570236 or 8668090. OLE color: 8668090.

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

Color convert

RGB 186 67 132 -
CMYK 0 0.64 0.29 0.27
HSL 327.23º 0.47% 0.5% -
HSV(B) 327.23º 0.64% 0.73% -
XYZ 26.42 16.12 23.55 -
YUV 109.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 186 67 132 0 0.64 0.29 0.27 327.23 0.47 0.5
Hex BA 43 84 0 40 1D 1B 147 2F 32
Octal 272 103 204 0 100 35 33 507 57 62
Binary 10111010 1000011 10000100 0 1000000 11101 11011 101000111 101111 110010

Color Harmonies of #BA4384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4384

Black with #BA4384

Text Example


Text Example

White with #BA4384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4384; }

 p { color: rgb(186,67,132); }

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

background-color css

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

 a { background-color: rgb(186,67,132); }

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

border-color css

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

 span { border-color: rgb(186,67,132); }

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