Html Css Color HEX #BA4583 Mulberry

📋 copy color: '#BA4583'

red 186 ◦ green 69 ◦ blue 131

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

Shades of Mulberry #BA4583

Tints of Mulberry #BA4583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

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

R = 48.19%
G = 17.88%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA4583 (or 0xBA4583) is known color: Mulberry. HEX triplet: BA, 45 and 83. RGB value is (186,69,131). Sum of RGB (Red+Green+Blue) = 186+69+131=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4583 is #45BA7C. Grayscale: #6E6E6E. Windows color (decimal): -4569725 or 8603066. OLE color: 8603066.

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

Color convert

RGB 186 69 131 -
CMYK 0 0.63 0.30 0.27
HSL 328.21º 0.46% 0.5% -
HSV(B) 328.21º 0.63% 0.73% -
XYZ 26.47 16.33 23.23 -
YUV 111.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 186 69 131 0 0.63 0.30 0.27 328.21 0.46 0.5
Hex BA 45 83 0 3F 1E 1B 148 2E 32
Octal 272 105 203 0 77 36 33 510 56 62
Binary 10111010 1000101 10000011 0 111111 11110 11011 101001000 101110 110010

Color Harmonies of #BA4583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4583

Black with #BA4583

Text Example


Text Example

White with #BA4583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4583; }

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

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

background-color css

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

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

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

border-color css

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

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

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