Html Css Color HEX #BA4383 Mulberry

📋 copy color: '#BA4383'

red 186 ◦ green 67 ◦ blue 131

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

Shades of Mulberry #BA4383

Tints of Mulberry #BA4383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 48.44%
G = 17.45%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA4383 (or 0xBA4383) is known color: Mulberry. HEX triplet: BA, 43 and 83. RGB value is (186,67,131). Sum of RGB (Red+Green+Blue) = 186+67+131=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4383 is #45BC7C. Grayscale: #6D6D6D. Windows color (decimal): -4570237 or 8602554. OLE color: 8602554.

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

Color convert

RGB 186 67 131 -
CMYK 0 0.64 0.30 0.27
HSL 327.73º 0.47% 0.5% -
HSV(B) 327.73º 0.64% 0.73% -
XYZ 26.35 16.09 23.19 -
YUV 109.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 186 67 131 0 0.64 0.30 0.27 327.73 0.47 0.5
Hex BA 43 83 0 40 1E 1B 148 2F 32
Octal 272 103 203 0 100 36 33 510 57 62
Binary 10111010 1000011 10000011 0 1000000 11110 11011 101001000 101111 110010

Color Harmonies of #BA4383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4383

Black with #BA4383

Text Example


Text Example

White with #BA4383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4383; }

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

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

background-color css

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

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

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

border-color css

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

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

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