Html Css Color HEX #BA488C Mulberry

📋 copy color: '#BA488C'

red 186 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #BA488C

Tints of Mulberry #BA488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 46.73%
G = 18.09%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA488C (or 0xBA488C) is known color: Mulberry. HEX triplet: BA, 48 and 8C. RGB value is (186,72,140). Sum of RGB (Red+Green+Blue) = 186+72+140=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA488C is #45B773. Grayscale: #717171. Windows color (decimal): -4568948 or 9193658. OLE color: 9193658.

HSL color Cylindrical-coordinate representation of color #BA488C: hue angle of 324.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA488C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 140 -
CMYK 0 0.61 0.25 0.27
HSL 324.21º 0.45% 0.51% -
HSV(B) 324.21º 0.61% 0.73% -
XYZ 27.3 16.97 26.65 -
YUV 113.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 186 72 140 0 0.61 0.25 0.27 324.21 0.45 0.51
Hex BA 48 8C 0 3D 19 1B 144 2D 33
Octal 272 110 214 0 75 31 33 504 55 63
Binary 10111010 1001000 10001100 0 111101 11001 11011 101000100 101101 110011

Color Harmonies of #BA488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA488C

Black with #BA488C

Text Example


Text Example

White with #BA488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA488C; }

 p { color: rgb(186,72,140); }

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

background-color css

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

 a { background-color: rgb(186,72,140); }

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

border-color css

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

 span { border-color: rgb(186,72,140); }

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