Html Css Color HEX #BA4681 Mulberry

📋 copy color: '#BA4681'

red 186 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #BA4681

Tints of Mulberry #BA4681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 48.31%
G = 18.18%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4681 (or 0xBA4681) is known color: Mulberry. HEX triplet: BA, 46 and 81. RGB value is (186,70,129). Sum of RGB (Red+Green+Blue) = 186+70+129=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4681 is #45B97E. Grayscale: #6F6F6F. Windows color (decimal): -4569471 or 8472250. OLE color: 8472250.

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

Color convert

RGB 186 70 129 -
CMYK 0 0.62 0.31 0.27
HSL 329.48º 0.46% 0.5% -
HSV(B) 329.48º 0.62% 0.73% -
XYZ 26.4 16.4 22.54 -
YUV 111.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 186 70 129 0 0.62 0.31 0.27 329.48 0.46 0.5
Hex BA 46 81 0 3E 1F 1B 149 2E 32
Octal 272 106 201 0 76 37 33 511 56 62
Binary 10111010 1000110 10000001 0 111110 11111 11011 101001001 101110 110010

Color Harmonies of #BA4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4681

Black with #BA4681

Text Example


Text Example

White with #BA4681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4681; }

 p { color: rgb(186,70,129); }

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

background-color css

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

 a { background-color: rgb(186,70,129); }

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

border-color css

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

 span { border-color: rgb(186,70,129); }

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